Package com.google.javascript.rhino
Class JSDocInfo.TypePosition
- Enclosing class:
- JSDocInfo
A piece of information (found in a marker) which contains a position
with a type expression syntax tree.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Constructor Details
-
TypePosition
public TypePosition()
-
-
Method Details
-
hasBrackets
public boolean hasBrackets()Returns whether the type has curly braces around it.
-