See: Description
| Class | Description |
|---|---|
| AstEnv |
Miscellaneous immutable information environment for a recursive descent on an AST.
|
| ASTInfo | |
| ASTInfo.ConditionTree | |
| ASTInfo.FunctionOrLoopTree | |
| ASTInfo.LiteralTree |
Type safe wrapper structure for different literal constructor ASTs
|
| ASTInfo.LoopTree |
Type safe wrapper structure for different loop ASTs
|
| ClosureASTUtil |
Utility methods extracted from
com.google.javascript.jscomp.parsing.ExampleIRFactory. |
| FlowGraphBuilder |
Converter from JavaScript source code to flow graphs.
|
| FlowGraphBuilder.TripleForSetEntryBlocksWorklist | |
| FlowGraphMutator |
Operations for extending an existing flow graph.
|
| FunctionAndBlockManager |
Registers creation of functions and blocks.
|
| FunctionAndBlockManager.SessionKey |
Session key object.
|
| FunctionBuilder |
AST visitor that builds functions.
|
| FunctionBuilderHelper |
Miscellaneous helper functions for
FunctionBuilder. |
| HTMLParser |
HTML parser based on Jericho.
|
| JavaScriptParser |
JavaScript parser.
|
| JavaScriptParser.ParseResult |
Result from parser.
|
| JavaScriptParser.SyntaxMesssage |
Syntax error message.
|
| JumpThroughBlocks |
Basic blocks used for modeling flow through some blocks on jumps from continue, break or return.
|
| RegisterManager |
Simple class for producing unique register values.
|
| SyntacticAnalysis |
Syntactic analysis for obtaining information that eventually is used in
SyntacticQueries. |
| TranslationResult |
Information about the result of translating a program fragment.
|
| UnevalExpressionResult |
Used by the unevalizer to get results from unevalized expressions.
|
| ValueLogLocationRemapping |
Helper class for populating
ValueLogLocationInformation. |
Copyright © 2009-2019 Aarhus University