Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
TranslateToJava.run(Operator o)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(Operator node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(Operator node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
Operator |
UnaryExpression.operation
(¬ø) Representation of the unary operator.
|
Operator |
IncrementExpression.operation
(¬ø) Representation of the increment operator.
|
Operator |
ConstraintEqualityExpression.operation
(¬ø) Represents either an equality or an inequality comparison.
|
Operator |
BinaryExpression.operation
(¬ø) The binary operation.
|
Operator |
BinaryConstraintExpression.operation
(¬ø) The binary operation.
|
Operator |
Assignment.operation
(¬ø) The assignment operation.
|
Constructor and Description |
---|
Assignment(Operator op,
Expression l,
Expression r)
Initializing constructor.
|
BinaryConstraintExpression(Operator op,
ConstraintExpression l,
ConstraintExpression r)
Initializing constructor.
|
BinaryExpression(Operator op,
Expression l,
Expression r)
Initializing constructor.
|
ConstraintEqualityExpression(Operator o,
Expression l,
Expression r)
Full constructor.
|
IncrementExpression(Operator op,
Expression sub)
Initializing constructor.
|
UnaryExpression(Operator op,
Expression sub)
Initializing constructor.
|
Copyright © 2016. All rights reserved.