Uses of Class
at.dms.classfile.MethodInfo

Packages that use MethodInfo
at.dms.backend   
at.dms.classfile   
at.dms.kjc   
at.dms.ksm   
 

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.
 

Constructors in at.dms.backend with parameters of type MethodInfo
MethodEnv(MethodInfo info)
           
 

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, java.lang.String thisClass, java.lang.String superClass, ClassConstant[] interfaces, FieldInfo[] fields, MethodInfo[] methods, InnerClassInfo[] innerClasses, java.lang.String sourceFile, boolean deprecated)
          Constructs a new class info structure.
 

Uses of MethodInfo in at.dms.kjc
 

Subclasses of MethodInfo in at.dms.kjc
 class CMethodInfo
          VMS 4.6: Methods Each method, and each (class or instance) initialization method is described by this structure.
 

Methods in at.dms.kjc that return MethodInfo
 MethodInfo CMethod.genMethodInfo()
          Generate the code in a class file
 MethodInfo CSourceMethod.genMethodInfo()
          Generate the code in a class file
 

Constructors in at.dms.kjc with parameters of type MethodInfo
CBinaryMethod(CClass owner, MethodInfo methodInfo)
          Constructs method.
 

Uses of MethodInfo in at.dms.ksm
 

Methods in at.dms.ksm that return MethodInfo
 MethodInfo KsmParser.aMethodSpec(short access, java.lang.String type, java.lang.String name)