Uses of Class
org.reploop.parser.thrift.tree.Value
-
Packages that use Value Package Description org.reploop.parser.thrift.tree -
-
Uses of Value in org.reploop.parser.thrift.tree
Subclasses of Value in org.reploop.parser.thrift.tree Modifier and Type Class Description classBooleanValueWhat's this about?classIntValueWhat's this about?classStringValueWhat's this about?classStructValueWhat's this about?Methods in org.reploop.parser.thrift.tree that return types with arguments of type Value Modifier and Type Method Description Optional<Value>Field. getValue()Constructor parameters in org.reploop.parser.thrift.tree with type arguments of type Value Constructor Description Field(List<String> comments, FieldType fieldType, Integer filedId, String name, boolean required, Optional<Value> value)Field(List<String> comments, FieldType fieldType, Integer filedId, QualifiedName name, boolean required, Optional<Value> value)
-