java.lang.Object
org.seasar.doma.internal.expr.node.LiteralNode
- All Implemented Interfaces:
ExpressionNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ExpressionLocationprotected final Objectprotected final Class<?> -
Constructor Summary
ConstructorsConstructorDescriptionLiteralNode(ExpressionLocation location, String expression, T value, Class<T> valueClass) -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) getValue()Class<?>toString()
-
Field Details
-
location
-
expression
-
value
-
valueClass
-
-
Constructor Details
-
LiteralNode
-
-
Method Details
-
getValue
-
getValueClass
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-