|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFieldDeclaration | |
at.dms.kjc |
Uses of JFieldDeclaration in at.dms.kjc |
Methods in at.dms.kjc that return JFieldDeclaration | |
JFieldDeclaration[] |
CParseClassContext.getFields()
|
JFieldDeclaration[] |
JTypeDeclaration.getFields()
Returns fields as array. |
Methods in at.dms.kjc with parameters of type JFieldDeclaration | |
void |
CParseClassContext.addFieldDeclaration(JFieldDeclaration decl)
|
void |
JTypeDeclaration.addGeneratedField(JFieldDeclaration field,
boolean keepSeperate)
|
void |
KjcPrettyPrinter.visitFieldDeclaration(JFieldDeclaration self,
int modifiers,
CType type,
java.lang.String ident,
JExpression expr)
prints a field declaration |
void |
KjcVisitor.visitFieldDeclaration(JFieldDeclaration self,
int modifiers,
CType type,
java.lang.String ident,
JExpression expr)
visits a field declaration |
Constructors in at.dms.kjc with parameters of type JFieldDeclaration | |
JClassFieldDeclarator(TokenReference where,
JFieldDeclaration decl)
Construct a node in the parsing tree |
|
JTypeDeclaration(TokenReference where,
int modifiers,
java.lang.String ident,
CClassType[] interfaces,
JFieldDeclaration[] fields,
JMethodDeclaration[] methods,
JTypeDeclaration[] inners,
JPhylum[] initializers,
JavadocComment javadoc,
JavaStyleComment[] comments)
Constructs a type declaration in the parsing tree. |
|
JClassDeclaration(TokenReference where,
int modifiers,
java.lang.String ident,
java.lang.String superName,
CClassType[] interfaces,
JFieldDeclaration[] fields,
JMethodDeclaration[] methods,
JTypeDeclaration[] inners,
JPhylum[] initializers,
JavadocComment javadoc,
JavaStyleComment[] comment)
Construct a node in the parsing tree. |
|
JInterfaceDeclaration(TokenReference where,
int modifiers,
java.lang.String shortName,
CClassType[] interfaces,
JFieldDeclaration[] fields,
JMethodDeclaration[] methods,
JTypeDeclaration[] inners,
JPhylum[] initializers,
JavadocComment javadoc,
JavaStyleComment[] comments)
Construct a node in the parsing tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |