Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Class and Description |
---|---|
class |
Assignment
Represents the assignment of a value to a storage location.
|
class |
ConstraintStatementExpression
This class is simply a wrapper for a
ConstraintExpression so that it can be used in
an ExpressionStatement . |
class |
IncrementExpression
This class represents both increment and decrement expressions.
|
class |
InstanceCreationExpression
This class represents an expression creating a class instance.
|
class |
MethodInvocation
This class represents a method call.
|
Modifier and Type | Field and Description |
---|---|
StatementExpression |
ExpressionStatement.expression
(¬ø) The expression being used as a statement.
|
Constructor and Description |
---|
ExpressionStatement(StatementExpression e)
Initializing constructor.
|
Copyright © 2016. All rights reserved.