Module org.seasar.doma.core
Class StaticFieldOperatorNode
java.lang.Object
org.seasar.doma.internal.expr.node.StaticFieldOperatorNode
- All Implemented Interfaces:
ExpressionNode,OperatorNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Stringprotected final ExpressionLocationprotected static final int -
Constructor Summary
ConstructorsConstructorDescriptionStaticFieldOperatorNode(ExpressionLocation location, String expression, String className, String fieldName) -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) inttoString()
-
Field Details
-
PRIORITY
protected static final int PRIORITY- See Also:
-
location
-
expression
-
className
-
fieldName
-
-
Constructor Details
-
StaticFieldOperatorNode
public StaticFieldOperatorNode(ExpressionLocation location, String expression, String className, String fieldName)
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceOperatorNode
-
getClassName
-
getFieldName
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-