|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDescriptor | |
|---|---|
| nl.tudelft.simulation.dsol.interpreter | |
| nl.tudelft.simulation.dsol.interpreter.classfile | |
| Uses of MethodDescriptor in nl.tudelft.simulation.dsol.interpreter |
|---|
| Methods in nl.tudelft.simulation.dsol.interpreter that return MethodDescriptor | |
|---|---|
MethodDescriptor |
Frame.getMethodDescriptor()
|
| Methods in nl.tudelft.simulation.dsol.interpreter with parameters of type MethodDescriptor | |
|---|---|
static String |
Operation.toString(MethodDescriptor methodDescriptor,
Operation[] operations)
represents a set of operations as string. |
| Constructors in nl.tudelft.simulation.dsol.interpreter with parameters of type MethodDescriptor | |
|---|---|
Frame(Constant[] constantPool,
LocalVariable[] localVariables,
Operation[] operations,
OperandStack stack,
MethodDescriptor methodDescriptor)
constructs a new Frame |
|
| Uses of MethodDescriptor in nl.tudelft.simulation.dsol.interpreter.classfile |
|---|
| Methods in nl.tudelft.simulation.dsol.interpreter.classfile that return MethodDescriptor | |
|---|---|
MethodDescriptor |
ClassDescriptor.getMethod(AccessibleObject method)
returns the methodDescriptor of the method. |
MethodDescriptor[] |
ClassDescriptor.getMethods()
returns the methods of this class |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||