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 TypeMethodDescriptionvoidAnnotatable.setAnnotation(Annotation data) Annotates a piece of information to the object.voidLinkedDirectedGraph.LinkedDiGraphEdge.setAnnotation(Annotation data) voidLinkedDirectedGraph.LinkedDiGraphNode.setAnnotation(Annotation data) -
Uses of Annotation in com.google.javascript.jscomp.type
Subinterfaces of Annotation in com.google.javascript.jscomp.typeModifier and TypeInterfaceDescriptioninterfaceA symbol table for inferring types during data flow analysis.