|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterfaceDeclaration | |
| koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
| koala.dynamicjava.parser | Provides the classes that compose the default parser for the language. |
| koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
| koala.dynamicjava.util | Contains miscellaneous utility classes. |
| Uses of InterfaceDeclaration in koala.dynamicjava.interpreter |
| Methods in koala.dynamicjava.interpreter with parameters of type InterfaceDeclaration | |
java.lang.Object |
TreeCompiler.CompilationUnitVisitor.visit(InterfaceDeclaration node)
Visits an InterfaceDeclaration |
java.lang.Object |
NameVisitor.visit(InterfaceDeclaration node)
Visits an InterfaceDeclaration |
| Uses of InterfaceDeclaration in koala.dynamicjava.parser |
| Methods in koala.dynamicjava.parser that return InterfaceDeclaration | |
InterfaceDeclaration |
Parser.interfaceDeclaration()
Parses a interface declaration |
InterfaceDeclaration |
Parser.unmodifiedInterfaceDeclaration(koala.dynamicjava.parser.Parser.ModifierFlags mf)
Parses a interface declaration without modifier |
| Uses of InterfaceDeclaration in koala.dynamicjava.tree.visitor |
| Methods in koala.dynamicjava.tree.visitor with parameters of type InterfaceDeclaration | |
java.lang.Object |
VisitorObject.visit(InterfaceDeclaration node)
Visits a InterfaceDeclaration |
java.lang.Object |
Visitor.visit(InterfaceDeclaration node)
Visits a InterfaceDeclaration |
| Uses of InterfaceDeclaration in koala.dynamicjava.util |
| Methods in koala.dynamicjava.util with parameters of type InterfaceDeclaration | |
java.lang.Object |
DisplayVisitor.visit(InterfaceDeclaration node)
Visits an InterfaceDeclaration |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||