|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterfaceDeclaration | |
|---|---|
| edu.rice.cs.dynamicjava.interpreter | |
| koala.dynamicjava.parser.impl | |
| koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
| koala.dynamicjava.util | Contains miscellaneous utility classes. |
| Uses of InterfaceDeclaration in edu.rice.cs.dynamicjava.interpreter |
|---|
| Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type InterfaceDeclaration | |
|---|---|
TypeContext |
StatementChecker.visit(InterfaceDeclaration node)
|
StatementEvaluator.Result |
StatementEvaluator.visit(InterfaceDeclaration node)
|
| Uses of InterfaceDeclaration in koala.dynamicjava.parser.impl |
|---|
| Methods in koala.dynamicjava.parser.impl that return InterfaceDeclaration | |
|---|---|
InterfaceDeclaration |
Parser.interfaceDeclaration(Parser.DeclType level)
Parses a interface declaration |
InterfaceDeclaration |
Parser.unmodifiedInterfaceDeclaration(ModifierSet mods,
Parser.DeclType level)
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 | |
|---|---|
Void |
DepthFirstVisitor.visit(InterfaceDeclaration node)
|
T |
AbstractVisitor.visit(InterfaceDeclaration node)
Visits a InterfaceDeclaration |
T |
Visitor.visit(InterfaceDeclaration node)
|
| Uses of InterfaceDeclaration in koala.dynamicjava.util |
|---|
| Methods in koala.dynamicjava.util with parameters of type InterfaceDeclaration | |
|---|---|
Void |
DisplayVisitor.visit(InterfaceDeclaration node)
Visits an InterfaceDeclaration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||