Package com.javacc.parser.tree
Interface Expression
-
- All Superinterfaces:
Comparable<Node>,Node,freemarker.template.TemplateModel,freemarker.template.TemplateNodeModel,freemarker.template.TemplateScalarModel
- All Known Implementing Classes:
AdditiveExpression,AllocationExpression,AndExpression,ArrayAccess,AssignmentExpression,ClassLiteral,CodeBlock,ConditionalAndExpression,ConditionalOrExpression,DotName,DotNew,DotThis,EqualityExpression,ExclusiveOrExpression,ExplicitConstructorInvocation,InclusiveOrExpression,InstanceOfExpression,LambdaExpression,LiteralExpression,MethodCall,MethodReference,MultiplicativeExpression,Name,ObjectCastExpression,Parentheses,PostfixExpression,PreDecrementExpression,PreIncrementExpression,PrimitiveCastExpression,RelationalExpression,ShiftExpression,SwitchExpression,TernaryExpression,UnaryExpression,UnaryExpressionNotPlusMinus
public interface Expression extends Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.javacc.parser.Node
Node.Visitor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetAsString()default booleanisAssignableTo()-
Methods inherited from interface com.javacc.parser.Node
addChild, addChild, appendChild, children, children, childrenOfType, clearChildren, close, compareTo, copyLocationInfo, copyLocationInfo, descendants, descendants, descendants, descendants, descendantsOfType, dump, dump, firstAncestorOfType, firstChildOfType, firstChildOfType, firstChildOfType, firstDescendantOfType, firstDescendantOfType, getAllTokens, getBeginColumn, getBeginLine, getBeginOffset, getChild, getChildCount, getEndColumn, getEndLine, getEndOffset, getFirstChild, getFirstToken, getGrammar, getInputSource, getLastChild, getLastToken, getLocation, getParent, getRealTokens, getRoot, getSource, getTokenSource, getTokenType, hasChildNodes, indexOf, isUnparsed, iterator, nextSibling, open, prependChild, previousSibling, removeChild, removeChild, replace, replaceChild, setBeginOffset, setChild, setEndOffset, setGrammar, setParent, setTokenSource, setUnparsed
-
-
-
-
Method Detail
-
isAssignableTo
default boolean isAssignableTo()
-
getAsString
default String getAsString()
- Specified by:
getAsStringin interfacefreemarker.template.TemplateScalarModel
-
-