Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
Modifier and Type | Method and Description |
---|---|
CodeExpression |
Variable.getCodeExpression()
Returns CodeExpression of this Variable, it it is code variable.
|
static CodeExpression |
CodeExpression.read(IdReader reader)
Read CodeExpression from SnapshotReader.
|
static CodeExpression |
CodeExpression.valueOf(java.lang.String expression,
CodeExpression.Code code) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
EvalJavaBsh.evalVarObject(CodeExpression ce,
VarContext context,
java.lang.Object info)
Evaluate Object as if it were a String containing java code.
|