Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
PrintAST.run(ConstantList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(ConstantList node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
ConstantList |
ClassifierReturnType.values
(¬ø) If the type is DISCRETE, this variable represents a list of legal values.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantList.addAll(ConstantList l)
Adds all the
Constant s in another ConstantList to the end of this
ConstantList . |
Constructor and Description |
---|
ClassifierReturnType(int t,
ConstantList l)
Default constructor.
|
ClassifierReturnType(int t,
ConstantList l,
int line,
int byteOffset)
Full constructor.
|
ClassifierReturnType(String s,
ConstantList l)
This constructor parses the name of a classifier return type as it would appear in the
source, assuming value lists have been omitted.
|
Copyright © 2016. All rights reserved.