Uses of Class
com.sun.electric.database.variable.CodeExpression

Packages that use CodeExpression
com.sun.electric.database.variable Package for handling variables. 
 

Uses of CodeExpression in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable that return CodeExpression
 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)
           
 

Methods in com.sun.electric.database.variable with parameters of type CodeExpression
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.