Uses of Class
org.reploop.parser.thrift.tree.PrimitiveType
-
Packages that use PrimitiveType Package Description org.reploop.parser.thrift.tree -
-
Uses of PrimitiveType in org.reploop.parser.thrift.tree
Methods in org.reploop.parser.thrift.tree that return PrimitiveType Modifier and Type Method Description static PrimitiveTypePrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveType[]PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-