java.lang.Object
org.gjt.sp.jedit.bsh.Variable
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
A type of null means loosely typed variableboolean
hasModifier
(String name) void
Set the value of the typed variable.toString()
-
Method Details
-
setValue
Set the value of the typed variable.- Parameters:
value
- should be an object or wrapped bsh Primitive type. if value is null the appropriate default value will be set for the type: e.g. false for boolean, zero for integer types.- Throws:
UtilEvalError
-
getType
A type of null means loosely typed variable -
getTypeDescriptor
-
getModifiers
-
getName
-
hasModifier
-
toString
-