|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JConstructorDeclaration | |
|---|---|
| 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 JConstructorDeclaration in at.dms.kjc |
|---|
| Methods in at.dms.kjc that return JConstructorDeclaration | |
|---|---|
JConstructorDeclaration |
JTypeDeclaration.getDefaultConstructor()
|
| Methods in at.dms.kjc with parameters of type JConstructorDeclaration | |
|---|---|
protected void |
JConstructorDeclaration.deepCloneInto(JConstructorDeclaration other)
Clones all fields of this into |
void |
JTypeDeclaration.setDefaultConstructor(JConstructorDeclaration defaultConstructor)
|
Object |
Kopi2SIR.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
visits a method declaration |
void |
KjcVisitor.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
visits a method declaration |
void |
KjcPrettyPrinter.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
prints a method declaration |
void |
KjcEmptyVisitor.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
prints a method declaration |
Object |
EmptyAttributeVisitor.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
prints a method declaration |
T |
AttributeVisitor.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
visits a method declaration |
| Uses of JConstructorDeclaration in at.dms.kjc.lir |
|---|
| Methods in at.dms.kjc.lir with parameters of type JConstructorDeclaration | |
|---|---|
void |
LIRToC.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
prints a method declaration |
| Uses of JConstructorDeclaration in at.dms.kjc.sir |
|---|
| Methods in at.dms.kjc.sir with parameters of type JConstructorDeclaration | |
|---|---|
void |
SIRToStreamIt.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
prints a method declaration |
| Uses of JConstructorDeclaration in at.dms.util |
|---|
| Methods in at.dms.util with parameters of type JConstructorDeclaration | |
|---|---|
void |
IRPrinter.visitConstructorDeclaration(JConstructorDeclaration self,
int modifiers,
String ident,
JFormalParameter[] parameters,
CClassType[] exceptions,
JConstructorBlock body)
visits a method declaration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||