public class ASTVariableExpr extends SimpleNode
Constructor and Description |
---|
ASTVariableExpr(int id) |
ASTVariableExpr(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public ASTVariableExpr(int id)
public ASTVariableExpr(Parser p, int id)
public String toString()
toString
in class SimpleNode
Copyright © 2015. All rights reserved.