com.google.javascript.rhino
Class JSDocInfo.TypePosition

java.lang.Object
  extended by com.google.javascript.rhino.SourcePosition<Node>
      extended by 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.


Constructor Summary
JSDocInfo.TypePosition()
           
 
Method Summary
 boolean hasBrackets()
          Returns whether the type has curly braces around it.
 
Methods inherited from class com.google.javascript.rhino.SourcePosition
getEndLine, getItem, getPositionOnEndLine, getPositionOnStartLine, getStartLine, setItem, setPositionInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSDocInfo.TypePosition

public JSDocInfo.TypePosition()
Method Detail

hasBrackets

public boolean hasBrackets()
Returns whether the type has curly braces around it.