Uses of Interface org.apache.bcel.generic.ConstantPushInstruction

Uses in package org.apache.bcel.generic

Classes implementing org.apache.bcel.generic.ConstantPushInstruction

class
BIPUSH - Push byte on stack
Stack: ...
class
DCONST - Push 0.0 or 1.0, other values cause an exception
Stack: ...
class
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
Stack: ...
class
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ...
class
LCONST - Push 0 or 1, other values cause an exception
Stack: ...
class
SIPUSH - Push short
Stack: ...

Methods with parameter type org.apache.bcel.generic.ConstantPushInstruction

void
void