|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Instruction | +--de.fub.bytecode.generic.CPInstruction | +--de.fub.bytecode.generic.NEW
NEW - Create new object
Stack: ... -> ..., objectref
Fields inherited from class de.fub.bytecode.generic.CPInstruction |
index |
Fields inherited from class de.fub.bytecode.generic.Instruction |
length, opcode |
Constructor Summary | |
NEW(int index)
|
Method Summary | |
void |
accept(Visitor v)
Call corresponding visitor method(s). |
java.lang.Class[] |
getExceptions()
|
ObjectType |
getLoadClassType(ConstantPoolGen cpg)
Returns the ObjectType of the referenced class or interface that may be loaded and resolved. |
Methods inherited from class de.fub.bytecode.generic.CPInstruction |
dump, getIndex, getType, initFromFile, setIndex, toString, toString |
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack, consumeStack, copy, getLength, getOpcode, getTag, produceStack, produceStack, readInstruction, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.fub.bytecode.generic.LoadClass |
getType |
Methods inherited from interface de.fub.bytecode.generic.StackProducer |
produceStack |
Constructor Detail |
public NEW(int index)
Method Detail |
public java.lang.Class[] getExceptions()
getExceptions
in interface ExceptionThrower
public ObjectType getLoadClassType(ConstantPoolGen cpg)
LoadClass
getLoadClassType
in interface LoadClass
de.fub.bytecode.generic.LoadClass
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |