Package | Description |
---|---|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosureReverseAbstractInterpreter
A reverse abstract interpreter (RAI) for specific closure patterns such as
goog.isDef . |
class |
SemanticReverseAbstractInterpreter
A reverse abstract interpreter using the semantics of the JavaScript
language as a means to reverse interpret computations.
|
Modifier and Type | Method and Description |
---|---|
ChainableReverseAbstractInterpreter |
ChainableReverseAbstractInterpreter.append(ChainableReverseAbstractInterpreter lastLink)
Appends a link to
this , returning the updated last link. |
ChainableReverseAbstractInterpreter |
ChainableReverseAbstractInterpreter.getFirst()
Gets the first link of this chain.
|
Modifier and Type | Method and Description |
---|---|
ChainableReverseAbstractInterpreter |
ChainableReverseAbstractInterpreter.append(ChainableReverseAbstractInterpreter lastLink)
Appends a link to
this , returning the updated last link. |
Copyright © 2009–2023 Google. All rights reserved.