Package org.bidib.jbidib.decoder.json
Class Expression
java.lang.Object
org.bidib.jbidib.decoder.json.Expression
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNo args constructor for use in serializationExpression(Expression.Type type, Object value) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()getValue()inthashCode()voidsetType(Expression.Type type) voidtoString()withType(Expression.Type type)
-
Constructor Details
-
Expression
public Expression()No args constructor for use in serialization -
Expression
-
-
Method Details