Uses of Class
at.dms.compiler.JavadocComment

Packages that use JavadocComment
at.dms.compiler   
at.dms.compiler.antlr.extra   
at.dms.kjc   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of JavadocComment in at.dms.compiler
 

Methods in at.dms.compiler with parameters of type JavadocComment
protected  void JavadocComment.deepCloneInto(JavadocComment other)
          Clones all fields of this into
 

Uses of JavadocComment in at.dms.compiler.antlr.extra
 

Methods in at.dms.compiler.antlr.extra that return JavadocComment
 JavadocComment Scanner.getJavadocComment()
           
protected  JavadocComment Parser.getJavadocComment()
           
 

Uses of JavadocComment in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JavadocComment
 Object Kopi2SIR.visitJavadoc(JavadocComment comment)
          visits an array length expression
 void KjcVisitor.visitJavadoc(JavadocComment comment)
          visits an array length expression
 void KjcPrettyPrinter.visitJavadoc(JavadocComment comment)
          prints an array length expression
 void KjcEmptyVisitor.visitJavadoc(JavadocComment comment)
          prints an array length expression
 Object EmptyAttributeVisitor.visitJavadoc(JavadocComment self)
          prints an array length expression
 T AttributeVisitor.visitJavadoc(JavadocComment comment)
          visits an array length expression
 

Constructors in at.dms.kjc with parameters of type JavadocComment
JClassDeclaration(TokenReference where, int modifiers, String ident, CClassType superClass, CClassType[] interfaces, JFieldDeclaration[] fields, JMethodDeclaration[] methods, JTypeDeclaration[] inners, JPhylum[] initializers, JavadocComment javadoc, JavaStyleComment[] comment)
          Constructs a class declaration node in the syntax tree.
JConstructorDeclaration(TokenReference where, int modifiers, String ident, JFormalParameter[] parameters, CClassType[] exceptions, JConstructorCall constructorCall, JStatement[] body, JavadocComment javadoc, JavaStyleComment[] comments)
          Construct a node in the parsing tree This method is directly called by the parser
JFieldDeclaration(TokenReference where, JVariableDefinition variable, JavadocComment javadoc, JavaStyleComment[] comments)
          Construct a node in the parsing tree
JInterfaceDeclaration(TokenReference where, int modifiers, String ident, CClassType[] interfaces, JFieldDeclaration[] fields, JMethodDeclaration[] methods, JTypeDeclaration[] inners, JPhylum[] initializers, JavadocComment javadoc, JavaStyleComment[] comment)
          Constructs an interface declaration node in the syntax tree.
JMemberDeclaration(TokenReference where, JavadocComment javadoc, JavaStyleComment[] comments)
          Construct a node in the parsing tree This method is directly called by the parser
JMethodDeclaration(TokenReference where, int modifiers, CType returnType, String ident, JFormalParameter[] parameters, CClassType[] exceptions, JBlock body, JavadocComment javadoc, JavaStyleComment[] comments)
          Constructs a method declaration node in the syntax tree.
JTypeDeclaration(TokenReference where, int modifiers, String ident, CClassType[] interfaces, JFieldDeclaration[] fields, JMethodDeclaration[] methods, JTypeDeclaration[] inners, JPhylum[] initializers, JavadocComment javadoc, JavaStyleComment[] comment)
          Constructs a type declaration node in the syntax tree.
 

Uses of JavadocComment in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type JavadocComment
 void LIRToC.visitJavadoc(JavadocComment comment)
          prints a Javadoc expression
 

Uses of JavadocComment in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JavadocComment
 void SIRToStreamIt.visitJavadoc(JavadocComment comment)
          prints an array length expression
 

Uses of JavadocComment in at.dms.util
 

Methods in at.dms.util with parameters of type JavadocComment
 void IRPrinter.visitJavadoc(JavadocComment comment)
          visits an array length expression