Interface OperationExpr
- All Known Implementing Classes:
ArithmeticOperationExpr,AssignmentOperationExpr,LogicalOperationExpr,RelationalOperationExpr,UnaryOperationExpr
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.type()
-
Method Details
-
operatorKind
OperatorKind operatorKind() -
type
TypeNode type() -
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-