Package | Description |
---|---|
nl.tudelft.simulation.dsol.interpreter | |
nl.tudelft.simulation.dsol.interpreter.classfile |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
Frame.getMethodDescriptor() |
Modifier and Type | Method and Description |
---|---|
static String |
Operation.toString(MethodDescriptor methodDescriptor,
Operation[] operations)
represents a set of operations as string.
|
Constructor and Description |
---|
Frame(Constant[] constantPool,
LocalVariable[] localVariables,
Operation[] operations,
OperandStack stack,
MethodDescriptor methodDescriptor)
constructs a new Frame
|
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
ClassDescriptor.getMethod(AccessibleObject method)
returns the methodDescriptor of the method.
|
MethodDescriptor[] |
ClassDescriptor.getMethods()
returns the methods of this class
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.