public class ASTSolveExpr extends SimpleNode
Constructor and Description |
---|
ASTSolveExpr(int id) |
ASTSolveExpr(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
getIdent() |
int |
getIndex() |
int |
getType() |
void |
setIdent(String i) |
void |
setIndex(int i) |
void |
setType(int t) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public ASTSolveExpr(int id)
public ASTSolveExpr(Parser p, int id)
public void setType(int t)
public int getType()
public void setIndex(int i)
public int getIndex()
public void setIdent(String i)
public String getIdent()
public String toString()
toString
in class SimpleNode
Copyright © 2015. All rights reserved.