Uses of Class
org.gjt.sp.jedit.bsh.Primitive
Packages that use Primitive
-
Uses of Primitive in org.gjt.sp.jedit.bsh
Fields in org.gjt.sp.jedit.bsh declared as PrimitiveModifier and TypeFieldDescriptionstatic final PrimitivePrimitive.NULLstatic final PrimitivePrimitive.VOIDVOID means "no type".Methods in org.gjt.sp.jedit.bsh that return PrimitiveModifier 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 PrimitivePrimitive.getDefaultValue(Class type) Get the appropriate default value per JLS 4.5.4static PrimitivePrimitive.unaryOperation(Primitive val, int kind) Methods in org.gjt.sp.jedit.bsh with parameters of type PrimitiveModifier and TypeMethodDescriptionstatic PrimitivePrimitive.unaryOperation(Primitive val, int kind)