Uses of Class
com.sun.electric.database.variable.VarContext.EvalException

Packages that use VarContext.EvalException
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
 

Uses of VarContext.EvalException in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable with parameters of type VarContext.EvalException
static void VarContext.printException(VarContext.EvalException e, Variable var, VarContext context, java.lang.Object info)
           
 

Methods in com.sun.electric.database.variable that throw VarContext.EvalException
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.
 java.lang.Object VarContext.evalVarRecurse(Variable var, java.lang.Object info)
          This is the recursive version of evalVar that may throw an EvalException.
protected  java.lang.Object VarContext.lookupVarEval(java.lang.String name)
          Lookup Variable one level up the hierarchy and evaluate.
 java.lang.Object EvalJavaBsh.P(java.lang.String name)
          Method to lookup a variable for evaluation.
 java.lang.Object EvalJavaBsh.PAR(java.lang.String name)
          Method to lookup a variable for evaluation.
 

Uses of VarContext.EvalException in com.sun.electric.tool.logicaleffort
 

Methods in com.sun.electric.tool.logicaleffort that throw VarContext.EvalException
 java.lang.Object LETool.getdrive()
          Grabs a logical effort calculated size from the instance.
 java.lang.Object LETool.getdrive(double defaultValue)
          Grabs a logical effort calculated size from the instance.
 java.lang.Object LETool.getdrive(java.lang.String varName, double defaultValue)
          Grabs a logical effort calculated size from the instance.
 java.lang.Object LETool.subdrive(java.lang.String nodeName, java.lang.String parName)
          Grab a paramter 'parName' from a nodeInst 'nodeName' in a sub cell.