| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bsh |  Lightweight Scripting for Java. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Primitive | Primitive. NULL | 
| static Primitive | Primitive. VOIDVOID means "no type". | 
| Modifier and Type | Method and Description | 
|---|---|
| Primitive | Primitive. castToType(java.lang.Class toType,
          int operation)Cast this bsh.Primitive value to a new bsh.Primitive value
                This is usually a numeric type cast. | 
| static Primitive | Primitive. getDefaultValue(java.lang.Class type)Get the appropriate default value per JLS 4.5.4 | 
| static Primitive | Primitive. unaryOperation(Primitive val,
              int kind) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Primitive | Primitive. unaryOperation(Primitive val,
              int kind) |