|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JInterfaceDeclaration | |
at.dms.kjc |
Uses of JInterfaceDeclaration in at.dms.kjc |
Methods in at.dms.kjc that return JInterfaceDeclaration | |
JInterfaceDeclaration |
KjcParser.jInterfaceDefinition(int mods)
|
Methods in at.dms.kjc with parameters of type JInterfaceDeclaration | |
void |
KjcPrettyPrinter.visitInterfaceDeclaration(JInterfaceDeclaration self,
int modifiers,
java.lang.String ident,
CClassType[] interfaces,
JPhylum[] body,
JMethodDeclaration[] methods)
prints an interface declaration |
void |
KjcVisitor.visitInterfaceDeclaration(JInterfaceDeclaration self,
int modifiers,
java.lang.String ident,
CClassType[] interfaces,
JPhylum[] body,
JMethodDeclaration[] methods)
visits an interface declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |