Uses of Interface
com.google.javascript.jscomp.graph.Annotation
-
Packages that use Annotation Package Description com.google.javascript.jscomp.graph com.google.javascript.jscomp.type -
-
Uses of Annotation in com.google.javascript.jscomp.graph
Subinterfaces of Annotation in com.google.javascript.jscomp.graph Modifier and Type Interface Description interface
LatticeElement
A lattice element.Classes in com.google.javascript.jscomp.graph that implement Annotation Modifier and Type Class Description static class
GraphColoring.Color
The color of a nodeFields in com.google.javascript.jscomp.graph declared as Annotation Modifier and Type Field Description static Annotation
GraphReachability. REACHABLE
Methods in com.google.javascript.jscomp.graph with type parameters of type Annotation Modifier and Type Method Description <A extends Annotation>
AAnnotatable. getAnnotation()
Retrieves a piece of information that has been annotated.<A extends Annotation>
ALinkedDirectedGraph.LinkedDiGraphEdge. getAnnotation()
<A extends Annotation>
ALinkedDirectedGraph.LinkedDiGraphNode. getAnnotation()
Methods in com.google.javascript.jscomp.graph with parameters of type Annotation Modifier and Type Method Description void
Annotatable. setAnnotation(Annotation data)
Annotates a piece of information to the object.void
LinkedDirectedGraph.LinkedDiGraphEdge. setAnnotation(Annotation data)
void
LinkedDirectedGraph.LinkedDiGraphNode. setAnnotation(Annotation data)
-
Uses of Annotation in com.google.javascript.jscomp.type
Subinterfaces of Annotation in com.google.javascript.jscomp.type Modifier and Type Interface Description interface
FlowScope
A symbol table for inferring types during data flow analysis.
-