Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Class and Description |
---|---|
class |
ClassifierAssignment
Represents the assignment of a classifier expression to a method signature.
|
class |
ConstraintDeclaration
Represents the declaration of a constraint.
|
class |
ImportDeclaration
Representation of an
import declaration. |
class |
InferenceDeclaration
Represents an inference specification.
|
class |
PackageDeclaration
Representation of an
package declaration. |
Modifier and Type | Method and Description |
---|---|
Declaration |
DeclarationList.DeclarationListIterator.nextItem()
Returns the next AST node in the list.
|
Declaration |
DeclarationList.DeclarationListIterator.previousItem()
Returns the previous element in the list.
|
Declaration[] |
DeclarationList.toArray()
Transforms the list into an array of statements.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationList.add(Declaration d)
Adds another
Declaration to the end of the list. |
Constructor and Description |
---|
DeclarationList(Declaration d)
Initializing constructor.
|
Copyright © 2016. All rights reserved.