public class CommandElement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CONST |
static int |
FUNC |
static int |
VAR |
Constructor and Description |
---|
CommandElement() |
Modifier and Type | Method and Description |
---|---|
int |
getNumParam() |
PostfixMathCommandI |
getPFMC() |
int |
getType() |
Object |
getValue() |
String |
getVarName() |
void |
setNumParam(int i) |
void |
setPFMC(PostfixMathCommandI commandI) |
void |
setType(int i) |
void |
setValue(Object object) |
void |
setVarName(String string) |
public static final int VAR
public static final int CONST
public static final int FUNC
public final PostfixMathCommandI getPFMC()
public final int getType()
public final Object getValue()
public final String getVarName()
public final int getNumParam()
public final void setPFMC(PostfixMathCommandI commandI)
commandI
- The function associated with this element.public final void setType(int i)
i
- The type identifier.public final void setValue(Object object)
object
- The value of the element.public final void setVarName(String string)
string
- The name of the variable.public final void setNumParam(int i)
i
- The number of parameters.Jas4pp 1.5 © Java Analysis Studio for Particle Physics