Uses of Interface
com.google.javascript.jscomp.graph.Annotation
Packages that use Annotation
-
Uses of Annotation in com.google.javascript.jscomp.graph
Subinterfaces of Annotation in com.google.javascript.jscomp.graphClasses in com.google.javascript.jscomp.graph that implement AnnotationFields in com.google.javascript.jscomp.graph declared as AnnotationMethods in com.google.javascript.jscomp.graph with type parameters of type AnnotationModifier and TypeMethodDescription<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 AnnotationModifier and TypeMethodDescriptionvoid
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.typeModifier and TypeInterfaceDescriptioninterface
A symbol table for inferring types during data flow analysis.