Uses of Class
at.dms.kjc.CMethodContext

Packages that use CMethodContext
at.dms.kjc   
 

Uses of CMethodContext in at.dms.kjc
 

Subclasses of CMethodContext in at.dms.kjc
 class CConstructorContext
          This class represents a constructor method context during check.
 class CInitializerContext
          This class represents an initializer-method context during check.
 

Methods in at.dms.kjc that return CMethodContext
 CMethodContext CContext.getMethodContext()
          Returns the nearest parent of type CMethodContext.
 CMethodContext JConstructorDeclaration.createContext(CClassContext parent)
          createContext
 CMethodContext CCompilationUnitContext.getMethod()
          getMethod
 CMethodContext CMethodContext.getMethodContext()
          getMethodContext
 CMethodContext JInitializerDeclaration.createContext(CClassContext parent)
          createContext.
 CMethodContext CEmptyTopLevelContext.getMethod()
           
 CMethodContext CClassContext.createMethodContext(CMethod self)
          Makes new method context.
 CMethodContext CClassContext.getMethod()
          getMethod
 

Constructors in at.dms.kjc with parameters of type CMethodContext
CAbstractBodyContext(CMethodContext parent)
          Construct a block context, it supports local variable allocation throw statement and return statement.
CBlockContext(CMethodContext parent, int localVars)
          Construct a block context, it supports local variable allocation throw statement and return statement.