|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Primitive | |
bsh |
Uses of Primitive in bsh |
Fields in bsh declared as Primitive | |
static Primitive |
Primitive.NULL
|
static Primitive |
Primitive.VOID
VOID means "no type". |
Methods in bsh that return Primitive | |
static Primitive |
Primitive.unaryOperation(Primitive val,
int kind)
|
static Primitive |
BSHCastExpression.castPrimitive(Primitive primValue,
java.lang.Class toType)
Cast the bsh.Primitive value to a new bsh.Primitive value This is usually a numeric type cast. |
Methods in bsh with parameters of type Primitive | |
static Primitive |
Primitive.unaryOperation(Primitive val,
int kind)
|
static Primitive |
BSHCastExpression.castPrimitive(Primitive primValue,
java.lang.Class toType)
Cast the bsh.Primitive value to a new bsh.Primitive value This is usually a numeric type cast. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |