|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeExpression.Code | |
---|---|
com.sun.electric.database.variable | Package for handling variables. |
Uses of CodeExpression.Code in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return CodeExpression.Code | |
---|---|
static CodeExpression.Code |
CodeExpression.Code.getByCBits(int cBits)
Method to convert a bits value to a Code object. |
static CodeExpression.Code |
CodeExpression.Code.getByOrdinal(int ordinal)
Method to get a Code constant by its ordinal number. |
CodeExpression.Code |
Variable.getCode()
Determine what code type this variable has, if any |
CodeExpression.Code |
CodeExpression.getCode()
|
CodeExpression.Code |
ElectricObject.getCode(Variable.Key varKey)
Returns the Code on this ElectricObject selected by variable key. |
static CodeExpression.Code |
CodeExpression.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CodeExpression.Code[] |
CodeExpression.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sun.electric.database.variable that return types with arguments of type CodeExpression.Code | |
---|---|
static java.util.Iterator<CodeExpression.Code> |
CodeExpression.Code.getCodes()
Method to get an iterator over all Code types. |
Methods in com.sun.electric.database.variable with parameters of type CodeExpression.Code | |
---|---|
Variable |
ElectricObject.updateVarCode(Variable.Key key,
CodeExpression.Code code)
Method to update a Variable on this ElectricObject with the specified code. |
static CodeExpression |
CodeExpression.valueOf(java.lang.String expression,
CodeExpression.Code code)
|
Variable |
Variable.withCode(CodeExpression.Code code)
Returns Variable which differs from this Variable by code. |
static java.lang.Object |
Variable.withCode(java.lang.Object value,
CodeExpression.Code code)
Returns Object of specified Code derived from specified Object If code is not NONE, the new Object will be of type CodeExpression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |