- ELSE - Static variable in interface parser.ParserConstants
-
RegularExpression Id.
- elseStmt - Variable in class ast.IfStmt
-
The else statement
- enable_tracing() - Method in class parser.Parser
-
Enable tracing.
- endColumn - Variable in class parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class parser.Token
-
The line number of the last character of this Token.
- EOF - Static variable in interface parser.ParserConstants
-
End of File.
- eol - Variable in exception parser.ParseException
-
The end of line string for this machine.
- EQ - Static variable in class cfg.IfInst
-
Equals ('==') condition type ID
- EQ - Static variable in interface parser.ParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class cfg.BinaryInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.CallInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.ErrParamInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.IfInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.LoadEntryInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.LoadInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.ParamInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.PhiInst
-
- equals(Object) - Method in class cfg.ReturnInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.StoreEntryInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.TACInst
-
Compares this object with the parameter object
- equals(Object) - Method in class cfg.UnaryInst
-
Compares this object with the parameter object
- equals(Object) - Method in class util.Definition
-
- ERRPARAM - Static variable in class cfg.TACInst
-
Error handling parameter opcode
- ErrParamInst - Class in cfg
-
A class representing a three-address code error parameter instruction
(ErrParamInst).
- ErrParamInst(int, String) - Constructor for class cfg.ErrParamInst
-
ErrParamInst constructor
- ExpandBuff(boolean) - Method in class parser.JavaCharStream
-
- expectedTokenSequences - Variable in exception parser.ParseException
-
Each entry in this array is an array of integers.
- expr - Variable in class ast.ArrayAssignExpr
-
The righthand expression for assigning to the lefthand variable
- expr - Variable in class ast.AssignExpr
-
The righthand expression for assigning to the lefthand variable
- expr - Variable in class ast.CastExpr
-
The expression to cast
- Expr - Class in ast
-
The abstract Expr class represents an expression that is
is contained in either a statement, a field declaration, or another
expression.
- Expr(int) - Constructor for class ast.Expr
-
Expr constructor
- expr - Variable in class ast.ExprStmt
-
The expression within the statement
- expr - Variable in class ast.InstanceofExpr
-
The lefthand expression
- expr - Variable in class ast.ReturnStmt
-
An expression to be returned (null for no return expression)
- expr - Variable in class ast.UnaryExpr
-
The expression
- ExprList - Class in ast
-
The ExprList class represents a list of expressions.
- ExprList(int) - Constructor for class ast.ExprList
-
Expr list constructor
- ExprStmt - Class in ast
-
The ExprStmt class represents an expression statement
(a statement containing a single expression) appearing in a method
declaration.
- ExprStmt(int, Expr) - Constructor for class ast.ExprStmt
-
ExprStmt constructor
- EXTENDS - Static variable in interface parser.ParserConstants
-
RegularExpression Id.