Uses of Class
at.dms.kjc.CMember

Packages that use CMember
at.dms.kjc   
 

Uses of CMember in at.dms.kjc
 

Subclasses of CMember in at.dms.kjc
 class CBadClass
          This class represents an undefined class (something that comes from a bad classfile) This class is not usable to anything, so it will sooner or later produce a comprehensive error.
 class CBinaryClass
          This class represents the exported members of a binary class, i.e.
 class CBinaryField
          This class represents loaded (compiled) class fields.
 class CBinaryMethod
          This class represents a loaded (already compiled) class method.
 class CClass
          This class represents the exported members of a class (inner classes, methods and fields)
 class CField
          This class represents an exported member of a class (fields)
 class CMethod
          This class represents a class method.
 class CSourceClass
          This class represents the exported members of a class (inner classes, methods and fields) It is build from a parsed files so values are accessibles differently after build and after interface checked
 class CSourceField
          This class represents an exported member of a class (fields)
 class CSourceMethod
          This class represents an exported member of a class (fields)
 

Methods in at.dms.kjc with parameters of type CMember
protected  void CMember.deepCloneInto(CMember other)
          Clones all fields of this into
protected  void JMemberDeclaration.setInterface(CMember export)