- UnaryDecrExpr - Class in ast
-
The UnaryDecrExpr class represents decrement shortcut expressions.
- UnaryDecrExpr(int, Expr, boolean) - Constructor for class ast.UnaryDecrExpr
-
UnaryDecrExpr constructor
- UnaryExpr - Class in ast
-
The abstract UnaryExpr class represents unary expressions
whose operand is an expression (i.e., this does not include new
constructions).
- UnaryExpr(int, Expr) - Constructor for class ast.UnaryExpr
-
UnaryExpr constructor
- UnaryIncrExpr - Class in ast
-
The UnaryIncrExpr class represents increment shortcut expressions.
- UnaryIncrExpr(int, Expr, boolean) - Constructor for class ast.UnaryIncrExpr
-
UnaryIncrExpr constructor
- UnaryInst - Class in cfg
-
A generic class representing a three-address code unary instruction
(UnaryInst).
- UnaryInst(int, String, String) - Constructor for class cfg.UnaryInst
-
UnaryInst constructor
- UnaryNegExpr - Class in ast
-
The UnaryNegExpr class represents arithmetic negation ('-')
expressions.
- UnaryNegExpr(int, Expr) - Constructor for class ast.UnaryNegExpr
-
UnaryNegExpr constructor
- UnaryNegInst - Class in cfg
-
A class representing a three-address code unary integer negation instruction
(UnaryNegInst).
- UnaryNegInst(String, String) - Constructor for class cfg.UnaryNegInst
-
UnaryNegInst constructor
- UnaryNotExpr - Class in ast
-
The UnaryNotExpr class represents logical not (complement)
expressions.
- UnaryNotExpr(int, Expr) - Constructor for class ast.UnaryNotExpr
-
UnaryNotExpr constructor
- UnaryNotInst - Class in cfg
-
A class representing a three-address code unary boolean not (complement)
instruction
(UnaryNotInst).
- UnaryNotInst(String, String) - Constructor for class cfg.UnaryNotInst
-
UnaryNotInst constructor
- UNNEG - Static variable in class cfg.TACInst
-
Unary (integer) negation opcode
- UNNOT - Static variable in class cfg.TACInst
-
Unary (boolean) not opcode
- upcast - Variable in class ast.CastExpr
-
Boolean indicating whether the cast is an upcast
- upcheck - Variable in class ast.InstanceofExpr
-
Boolean indicating whether this is an upcheck
(checking whether one type is instanceof a super type -- always true
- updateExpr - Variable in class ast.ForStmt
-
The update expression (null for no update expression)
- UpdateLineColumn(char) - Method in class parser.JavaCharStream
-
- util - package util
-