Uses of Class
org.gjt.sp.jedit.bsh.Primitive
-
Uses of Primitive in org.gjt.sp.jedit.bsh
Modifier and TypeFieldDescriptionstatic final Primitive
Primitive.NULL
static final Primitive
Primitive.VOID
VOID means "no type".Modifier and TypeMethodDescriptionPrimitive.castToType
(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
(Class type) Get the appropriate default value per JLS 4.5.4static Primitive
Primitive.unaryOperation
(Primitive val, int kind) Modifier and TypeMethodDescriptionstatic Primitive
Primitive.unaryOperation
(Primitive val, int kind)