- tabSize - Variable in class parser.JavaCharStream
-
- TACInst - Class in cfg
-
A class representing an individual Three-Adress Code (TAC)
instruction.
- TACInst(int) - Constructor for class cfg.TACInst
-
TACInst constructor
- TACInstClassVisitorSkeleton<ReturnType,ArgumentType> - Class in cfg
-
An extended TACInstVisitor skeleton class:
By default, each TACInst is treated in a general method for
its superclass, e.g.
- TACInstClassVisitorSkeleton() - Constructor for class cfg.TACInstClassVisitorSkeleton
-
- TACInstVisitor<ReturnType,ArgumentType> - Interface in cfg
-
- TACInstVisitorSkeleton<ReturnType,ArgumentType> - Class in cfg
-
Skeleton class for TACInstVisitor interface:
Provides return null implementations for all methods of the interface,
a subclass can override any necessary.
- TACInstVisitorSkeleton() - Constructor for class cfg.TACInstVisitorSkeleton
-
- target - Variable in class cfg.CallInst
-
Target to jump to
- TARGETID - Static variable in class cfg.ErrParamInst
-
ID for target type error parameter (used in class cast errors only)
- thenStmt - Variable in class ast.IfStmt
-
The then statement
- TIMES - Static variable in interface parser.ParserConstants
-
RegularExpression Id.
- token - Variable in class parser.Parser
-
Current token.
- Token - Class in parser
-
Describes the input token stream.
- Token() - Constructor for class parser.Token
-
No-argument constructor
- Token(int) - Constructor for class parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class parser.Parser
-
Generated Token Manager.
- tokenImage - Variable in exception parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface parser.ParserConstants
-
Literal token values.
- TokenMgrError - Error in parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error parser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error parser.TokenMgrError
-
Full Constructor.
- toString() - Method in class cfg.BasicBlock
-
Returns string identifier for basic block
- toString() - Method in class cfg.TACInst
-
Convert to a string
- toString() - Method in class parser.Token
-
Returns the image.
- toString() - Method in class util.Definition
-
- transform() - Method in interface opt.Optimization
-
Perform actual optimization on CFG.
- TRUE - Static variable in interface parser.ParserConstants
-
RegularExpression Id.
- trueTarg - Variable in class cfg.IfInst
-
Target block when condition is true (jump target)
- type - Variable in class ast.CastExpr
-
The target type
- type - Variable in class ast.DeclStmt
-
The type of the variable being declared
- type - Variable in class ast.Field
-
The type of the field (instance variable)
- type - Variable in class ast.Formal
-
The type of the formal parameter
- type - Variable in class ast.InstanceofExpr
-
The righthand type
- type - Variable in class ast.NewArrayExpr
-
The type of the constructed array
- type - Variable in class ast.NewExpr
-
The type to be constructed
- type - Variable in class cfg.ErrParamInst
-
Type (ID) of error parameter (e.g., ErrParamInst.FILENAME, etc.)
- type - Variable in class cfg.IfInst
-
Type of condition (e.g., IfInst.EQ for '==', etc.)