| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticAnalysis.run(MethodInvocation m)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(MethodInvocation e)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(MethodInvocation node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(MethodInvocation node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceCreationExpression
This class represents an expression creating a class instance.
|
| Modifier and Type | Field and Description |
|---|---|
MethodInvocation |
ConstraintInvocation.invocation
(¬ø) The invocation.
|
| Constructor and Description |
|---|
ConstraintInvocation(int line,
int byteOffset,
MethodInvocation m)
Full constructor.
|
ConstraintInvocation(TokenValue t,
MethodInvocation m)
Parser's constructor.
|
Copyright © 2016. All rights reserved.