Uses of Class
com.google.flatbuffers.reflection.Type
-
Packages that use Type Package Description com.google.flatbuffers.reflection -
-
Uses of Type in com.google.flatbuffers.reflection
Methods in com.google.flatbuffers.reflection that return Type Modifier and Type Method Description TypeType. __assign(int _i, ByteBuffer _bb)TypeType.Vector. get(int j)TypeType.Vector. get(Type obj, int j)static TypeType. getRootAsType(ByteBuffer _bb)static TypeType. getRootAsType(ByteBuffer _bb, Type obj)TypeField. type()TypeField. type(Type obj)TypeEnum. underlyingType()TypeEnum. underlyingType(Type obj)TypeEnumVal. unionType()TypeEnumVal. unionType(Type obj)Methods in com.google.flatbuffers.reflection with parameters of type Type Modifier and Type Method Description TypeType.Vector. get(Type obj, int j)static TypeType. getRootAsType(ByteBuffer _bb, Type obj)TypeField. type(Type obj)TypeEnum. underlyingType(Type obj)TypeEnumVal. unionType(Type obj)
-