com.google.javascript.rhino
Class JSDocInfo.TypePosition
java.lang.Object
com.google.javascript.rhino.SourcePosition<Node>
com.google.javascript.rhino.JSDocInfo.TypePosition
- Enclosing class:
- JSDocInfo
public static class JSDocInfo.TypePosition
- extends SourcePosition<Node>
A piece of information (found in a marker) which contains a position
with a type expression syntax tree.
Method Summary |
boolean |
hasBrackets()
Returns whether the type has curly braces around it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSDocInfo.TypePosition
public JSDocInfo.TypePosition()
hasBrackets
public boolean hasBrackets()
- Returns whether the type has curly braces around it.