|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormalParameter | |
|---|---|
| koala.dynamicjava.parser.impl | |
| koala.dynamicjava.tree | |
| koala.dynamicjava.tree.visitor | Contains interfaces and classes for traversing the syntax tree. |
| koala.dynamicjava.util | Contains miscellaneous utility classes. |
| Uses of FormalParameter in koala.dynamicjava.parser.impl |
|---|
| Methods in koala.dynamicjava.parser.impl that return FormalParameter | |
|---|---|
FormalParameter |
Parser.forEachParameter(ModifierSet mods)
A for-each parameter, which is more restricted than a general formal parameter (no additional array brackets, and no varargs) |
FormalParameter |
Parser.formalParameter()
Parses one formal parameter |
| Methods in koala.dynamicjava.parser.impl that return types with arguments of type FormalParameter | |
|---|---|
List<FormalParameter> |
Parser.formalParameters()
Parses formal parameters of the form '(param, param, ...)' |
| Uses of FormalParameter in koala.dynamicjava.tree |
|---|
| Methods in koala.dynamicjava.tree that return FormalParameter | |
|---|---|
FormalParameter |
CatchStatement.getException()
Returns the catched exception descriptor |
FormalParameter |
ForEachStatement.getParameter()
Gets the initialization statements |
| Methods in koala.dynamicjava.tree that return types with arguments of type FormalParameter | |
|---|---|
List<FormalParameter> |
ConstructorDeclaration.getParameters()
Returns the parameters list |
List<FormalParameter> |
MethodDeclaration.getParameters()
Returns the parameters list |
| Methods in koala.dynamicjava.tree with parameters of type FormalParameter | |
|---|---|
void |
ForEachStatement.setParameter(FormalParameter l)
Sets the initialization statements |
| Method parameters in koala.dynamicjava.tree with type arguments of type FormalParameter | |
|---|---|
void |
ConstructorDeclaration.setParameters(List<FormalParameter> l)
Sets the parameters |
void |
MethodDeclaration.setParameters(List<FormalParameter> l)
Sets the parameters list |
| Constructors in koala.dynamicjava.tree with parameters of type FormalParameter | |
|---|---|
CatchStatement(FormalParameter fp,
Node blk,
SourceInfo si)
Creates a new catch statement |
|
ForEachStatement(FormalParameter para,
Expression collection,
Node body)
Creates a new for statement |
|
ForEachStatement(FormalParameter para,
Expression coll,
Node body,
SourceInfo si)
Creates a new for statement |
|
| Uses of FormalParameter in koala.dynamicjava.tree.visitor |
|---|
| Methods in koala.dynamicjava.tree.visitor with parameters of type FormalParameter | |
|---|---|
Void |
DepthFirstVisitor.visit(FormalParameter node)
|
T |
AbstractVisitor.visit(FormalParameter node)
Visits a FormalParameter |
T |
Visitor.visit(FormalParameter node)
|
| Uses of FormalParameter in koala.dynamicjava.util |
|---|
| Methods in koala.dynamicjava.util with parameters of type FormalParameter | |
|---|---|
Void |
DisplayVisitor.visit(FormalParameter node)
Visits a FormalParameter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||