public class ASTScalarFlatExpr extends SimpleNode
| Constructor and Description |
|---|
ASTScalarFlatExpr(int id) |
ASTScalarFlatExpr(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFloat() |
String |
getIdent() |
int |
getInt() |
int |
getType() |
void |
setFloat(double d) |
void |
setIdent(String i) |
void |
setInt(int i) |
void |
setType(int t) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic ASTScalarFlatExpr(int id)
public ASTScalarFlatExpr(Parser p, int id)
public void setType(int t)
public int getType()
public void setInt(int i)
public int getInt()
public void setFloat(double d)
public double getFloat()
public void setIdent(String i)
public String getIdent()
public String toString()
toString in class SimpleNodeCopyright © 2016. All rights reserved.