public class CONST extends STEP implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
JType |
cty
When val is null, then we can't ask via reflection what it
class was; so we'll also keep track its concrete type as well.
|
java.lang.Object |
val |
Constructor and Description |
---|
CONST() |
CONST(java.io.Serializable v,
JType concreteType) |
Modifier and Type | Method and Description |
---|---|
STEP_RT_info |
exec(java.lang.Class CUT,
Pool pool)
To execute a STEP.
|
boolean |
isCreationStep() |
boolean |
isNull() |
static void |
main(java.lang.String[] args) |
java.lang.String |
toString() |
checkClassinv, clearOracle, execMany
public java.lang.Object val
public JType cty
public CONST(java.io.Serializable v, JType concreteType)
v
- The object used as the constant supplied by this step.public CONST()
public STEP_RT_info exec(java.lang.Class CUT, Pool pool) throws java.io.IOException, java.lang.ClassNotFoundException
STEP
public boolean isNull()
public boolean isCreationStep()
isCreationStep
in class STEP
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception