| Package | Description |
|---|---|
| com.google.javascript.rhino |
The core AST from Rhino.
|
| Modifier and Type | Field and Description |
|---|---|
private JSDocInfo.Marker |
JSDocInfoBuilder.currentMarker |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<JSDocInfo.Marker> |
JSDocInfo.LazilyInitializedDocumentation.markers |
| Modifier and Type | Method and Description |
|---|---|
(package private) JSDocInfo.Marker |
JSDocInfo.addMarker()
Adds a marker to the documentation (if it exists) and
returns the marker.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JSDocInfo.Marker> |
JSDocInfo.getMarkers()
Gets the list of all markers for the documentation in this JSDoc.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
JSDocInfo.Marker.areEquivalent(JSDocInfo.Marker m1,
JSDocInfo.Marker m2) |