|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jdo.api.persistence.enhancer.classfile.Insn
com.sun.jdo.api.persistence.enhancer.classfile.InsnMultiDimArrayNew
public class InsnMultiDimArrayNew
Special instruction form for the opc_multianewarray instruction
| Field Summary |
|---|
| Fields inherited from class com.sun.jdo.api.persistence.enhancer.classfile.Insn |
|---|
opc_target |
| Constructor Summary | |
|---|---|
InsnMultiDimArrayNew(ConstClass classOp,
int nDimsOp)
Constructor for opc_multianewarray. |
|
| Method Summary | |
|---|---|
String |
argTypes()
What are the types of the stack operands ? |
ConstClass |
arrayClass()
Return the array class being created |
boolean |
branches()
Does this instruction branch? |
boolean |
isSimpleLoad()
|
int |
nDims()
Return the number of dimensions of the array class being created |
int |
nStackArgs()
How many words of stack operands does this instruction take? |
int |
nStackResults()
How many words of stack results does this instruction deposit? |
String |
resultTypes()
What are the types of the stack results? |
void |
setArrayClass(ConstClass classOp)
Sets the array class being created |
| Methods inherited from class com.sun.jdo.api.persistence.enhancer.classfile.Insn |
|---|
append, create, create, create, create, insert, loadStoreDataType, markTargets, next, offset, opcode, opName, prev, printInsn, printList, remove, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsnMultiDimArrayNew(ConstClass classOp,
int nDimsOp)
| Method Detail |
|---|
public boolean isSimpleLoad()
public int nStackArgs()
Insn
nStackArgs in class Insnpublic int nStackResults()
Insn
nStackResults in class Insnpublic String argTypes()
argTypes in class Insnpublic String resultTypes()
resultTypes in class Insnpublic boolean branches()
Insn
branches in class Insnpublic ConstClass arrayClass()
public void setArrayClass(ConstClass classOp)
public int nDims()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||