| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateToJava.run(ArrayInitializer e)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(ArrayInitializer node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(ArrayInitializer node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Field and Description |
|---|---|
ArrayInitializer |
ArrayCreationExpression.initializer
(ø) Initial values for the new array.
|
| Constructor and Description |
|---|
ArrayCreationExpression(Type t,
int d,
ArrayInitializer a,
int line,
int byteOffset)
Initializing constructor.
|
Copyright © 2016. All rights reserved.