|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Primitive | |
---|---|
org.gjt.sp.jedit.bsh |
Uses of Primitive in org.gjt.sp.jedit.bsh |
---|
Fields in org.gjt.sp.jedit.bsh declared as Primitive | |
---|---|
static Primitive |
Primitive.NULL
|
static Primitive |
Primitive.VOID
VOID means "no type". |
Methods in org.gjt.sp.jedit.bsh that return Primitive | |
---|---|
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)
|
Methods in org.gjt.sp.jedit.bsh with parameters of type Primitive | |
---|---|
static Primitive |
Primitive.unaryOperation(Primitive val,
int kind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |