Uses of Class
at.dms.kjc.JMemberDeclaration

Packages that use JMemberDeclaration
at.dms.kjc   
 

Uses of JMemberDeclaration in at.dms.kjc
 

Subclasses of JMemberDeclaration in at.dms.kjc
 class JClassDeclaration
          This class represents a java class in the syntax tree.
 class JConstructorDeclaration
          This class represents a java class in the syntax tree.
 class JFieldDeclaration
          This class represents a field declaration in the syntax tree.
 class JInitializerDeclaration
          Representation of an instance or static initializer in a class declaration.
 class JInterfaceDeclaration
          This class represents a Java interface in the syntax tree.
 class JMethodDeclaration
          This class represents a java class in the syntax tree.
 class JTypeDeclaration
          This class represents a java class or interface in the syntax tree