Uses of Class
com.google.javascript.jscomp.type.ChainableReverseAbstractInterpreter
Packages that use ChainableReverseAbstractInterpreter
-
Uses of ChainableReverseAbstractInterpreter in com.google.javascript.jscomp.type
Subclasses of ChainableReverseAbstractInterpreter in com.google.javascript.jscomp.typeModifier and TypeClassDescriptionfinal classA reverse abstract interpreter (RAI) for specific closure patterns such asgoog.isObject.final classA 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 ChainableReverseAbstractInterpreterModifier and TypeMethodDescriptionChainableReverseAbstractInterpreter.append(ChainableReverseAbstractInterpreter lastLink) Appends a link tothis, returning the updated last link.ChainableReverseAbstractInterpreter.getFirst()Gets the first link of this chain.Methods in com.google.javascript.jscomp.type with parameters of type ChainableReverseAbstractInterpreterModifier and TypeMethodDescriptionChainableReverseAbstractInterpreter.append(ChainableReverseAbstractInterpreter lastLink) Appends a link tothis, returning the updated last link.