Uses of Class
at.dms.kjc.CSourceMethod

Packages that use CSourceMethod
at.dms.kjc   
 

Uses of CSourceMethod in at.dms.kjc
 

Methods in at.dms.kjc that return CSourceMethod
 CSourceMethod JMethodDeclaration.checkInterface(CClassContext context)
          Second pass (quick), check interface looks good.
 CSourceMethod JConstructorDeclaration.checkInterface(CClassContext context)
          Second pass (quick), check interface looks good Exceptions are not allowed here, this pass is just a tuning pass in order to create informations about exported elements such as Classes, Interfaces, Methods, Constructors and Fields
 CSourceMethod JInitializerDeclaration.checkInterface(CClassContext context)
          Second pass (quick), check interface looks good Exceptions are not allowed here, this pass is just a tuning pass in order to create informations about exported elements such as Classes, Interfaces, Methods, Constructors and Fields
 CSourceMethod CSourceField.getGetterAccessor()
           
 CSourceMethod CSourceField.getSetterAccessor()
           
 CSourceMethod CSourceClass.addJMethod(JMethodDeclaration method)
           
 CSourceMethod CSourceMethod.getAccessor()
          Generates or returns an already-generated method that can access this method from classes that should be able to access this method per the JLS, but can't because the JVM doesn't allow it.
 CSourceMethod CSourceMethod.getSuperAccessor()
          Generates or returns an already-generated method that can access the super-method of this method from classes that should be able to access this method per the JLS, but can't because the JVM doesn't implement it.
 

Methods in at.dms.kjc with parameters of type CSourceMethod
 void CClass.addMethod(CSourceMethod newMethod)
          Add synthetic method class.
 

Constructors in at.dms.kjc with parameters of type CSourceMethod
CMethodInfo(short modifiers, java.lang.String name, java.lang.String type, java.lang.String[] exceptions, CSourceMethod method, boolean deprecated, boolean synthetic)
          Constructs a method entry