Uses of Class
com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
-
Packages that use ChainableReverseAbstractInterpreter Package Description com.google.javascript.jscomp.type -
-
Uses of ChainableReverseAbstractInterpreter in com.google.javascript.jscomp.type
Subclasses of ChainableReverseAbstractInterpreter in com.google.javascript.jscomp.type Modifier and Type Class Description classClosureReverseAbstractInterpreterA reverse abstract interpreter (RAI) for specific closure patterns such asgoog.isObject.classSemanticReverseAbstractInterpreterA reverse abstract interpreter using the semantics of the JavaScript language as a means to reverse interpret computations.Methods in com.google.javascript.jscomp.type that return ChainableReverseAbstractInterpreter Modifier and Type Method Description ChainableReverseAbstractInterpreterChainableReverseAbstractInterpreter. append(ChainableReverseAbstractInterpreter lastLink)Appends a link tothis, returning the updated last link.ChainableReverseAbstractInterpreterChainableReverseAbstractInterpreter. getFirst()Gets the first link of this chain.Methods in com.google.javascript.jscomp.type with parameters of type ChainableReverseAbstractInterpreter Modifier and Type Method Description ChainableReverseAbstractInterpreterChainableReverseAbstractInterpreter. append(ChainableReverseAbstractInterpreter lastLink)Appends a link tothis, returning the updated last link.
-