...

Text file src/github.com/google/flatbuffers/tests/MyGame/OtherNameSpace/TableBT.java

Documentation: github.com/google/flatbuffers/tests/MyGame/OtherNameSpace

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package MyGame.OtherNameSpace;
     4
     5import java.nio.*;
     6import java.lang.*;
     7import java.util.*;
     8import com.google.flatbuffers.*;
     9
    10public class TableBT {
    11  private TableAT a;
    12
    13  public TableAT getA() { return a; }
    14
    15  public void setA(TableAT a) { this.a = a; }
    16
    17
    18  public TableBT() {
    19    this.a = null;
    20  }
    21}
    22

View as plain text