|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInfo | |
|---|---|
| at.dms.backend | |
| at.dms.classfile | |
| at.dms.kjc | |
| Uses of MethodInfo in at.dms.backend |
|---|
| Methods in at.dms.backend with parameters of type MethodInfo | |
|---|---|
static CodeInfo |
Optimizer.optimize(MethodInfo info,
CodeInfo code,
BackendOptions options)
Optimizes the byte code for a single method. |
| Uses of MethodInfo in at.dms.classfile |
|---|
| Methods in at.dms.classfile that return MethodInfo | |
|---|---|
MethodInfo[] |
ClassInfo.getMethods()
Returns the methods info of the class in the file |
| Methods in at.dms.classfile with parameters of type MethodInfo | |
|---|---|
void |
ClassInfo.setMethods(MethodInfo[] methods)
Sets the methods info of the class in the file |
| Constructors in at.dms.classfile with parameters of type MethodInfo | |
|---|---|
ClassInfo(short modifiers,
String thisClass,
String superClass,
ClassConstant[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
InnerClassInfo[] innerClasses,
String sourceFile,
boolean deprecated)
Constructs a class info structure. |
|
| Uses of MethodInfo in at.dms.kjc |
|---|
| Methods in at.dms.kjc that return MethodInfo | |
|---|---|
MethodInfo |
CSourceMethod.genMethodInfo(BytecodeOptimizer optimizer)
Generate the code in a class file |
| Constructors in at.dms.kjc with parameters of type MethodInfo | |
|---|---|
CBinaryMethod(CClass owner,
MethodInfo methodInfo)
Constructs method |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||