|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JConstructorDeclaration | |
at.dms.kjc |
Uses of JConstructorDeclaration in at.dms.kjc |
Methods in at.dms.kjc that return JConstructorDeclaration | |
JConstructorDeclaration |
JTypeDeclaration.getDefaultConstructor()
Returns the default constructor for this type. |
Methods in at.dms.kjc with parameters of type JConstructorDeclaration | |
void |
JTypeDeclaration.setDefaultConstructor(JConstructorDeclaration constructor)
Sets the default constructor for this type. |
void |
KjcPrettyPrinter.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
java.lang.String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JBlock body)
prints a method declaration |
void |
KjcVisitor.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
java.lang.String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JBlock body)
visits a method declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |