Uses of Interface
com.google.javascript.rhino.jstype.StaticTypedScope
-
Packages that use StaticTypedScope Package Description com.google.javascript.jscomp com.google.javascript.jscomp.type com.google.javascript.rhino com.google.javascript.rhino.jstype -
-
Uses of StaticTypedScope in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement StaticTypedScope Modifier and Type Class Description classTypedScopeTypedScope contains information about variables and their types. -
Uses of StaticTypedScope in com.google.javascript.jscomp.type
Subinterfaces of StaticTypedScope in com.google.javascript.jscomp.type Modifier and Type Interface Description interfaceFlowScopeA symbol table for inferring types during data flow analysis.Methods in com.google.javascript.jscomp.type that return StaticTypedScope Modifier and Type Method Description StaticTypedScopeFlowScope. getDeclarationScope()Returns the underlying TypedScope.Methods in com.google.javascript.jscomp.type with parameters of type StaticTypedScope Modifier and Type Method Description FlowScopeFlowScope. withSyntacticScope(StaticTypedScope scope)Returns a flow scope with the given syntactic scope, which may be required to be a specific subclass, such as TypedScope. -
Uses of StaticTypedScope in com.google.javascript.rhino
Methods in com.google.javascript.rhino with parameters of type StaticTypedScope Modifier and Type Method Description JSTypeJSTypeExpression. evaluate(StaticTypedScope scope, JSTypeRegistry registry)Evaluates the type expression into aJSTypeobject. -
Uses of StaticTypedScope in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return StaticTypedScope Modifier and Type Method Description StaticTypedScopeJSTypeRegistry. createScopeWithTemplates(StaticTypedScope scope, java.lang.Iterable<TemplateType> templates)Returns a new scope that includes the given template names for type resolution purposes.StaticTypedScopeStaticTypedScope. getParentScope()Returns the scope enclosing this one or null if none.StaticTypedScopeProperty. getScope()StaticTypedScopeSimpleSlot. getScope()StaticTypedScopeStaticTypedSlot. getScope()Methods in com.google.javascript.rhino.jstype with parameters of type StaticTypedScope Modifier and Type Method Description NamedTypeJSTypeRegistry. createNamedType(StaticTypedScope scope, java.lang.String reference, java.lang.String sourceName, int lineno, int charno)Creates a named type.StaticTypedScopeJSTypeRegistry. createScopeWithTemplates(StaticTypedScope scope, java.lang.Iterable<TemplateType> templates)Returns a new scope that includes the given template names for type resolution purposes.JSTypeJSTypeRegistry. createTypeFromCommentNode(Node n, java.lang.String sourceName, StaticTypedScope scope)Creates a JSType from the nodes representing a type.JSTypeJSTypeRegistry. evaluateTypeExpression(JSTypeExpression expr, StaticTypedScope scope)JSTypeJSTypeRegistry. getType(StaticTypedScope scope, java.lang.String jsTypeName, java.lang.String sourceName, int lineno, int charno)Looks up a type by name.
-