- java.lang.Object
-
- com.sun.source.util.Trees
-
-
Constructor Summary
Constructors Constructor Description Trees()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getDocComment(TreePath path)
Returns the doc comment, if any, for the Tree node identified by a given TreePath.abstract Element
getElement(TreePath path)
Returns the Element for the Tree node identified by a given TreePath.abstract TypeMirror
getLub(CatchTree tree)
Returns the lub of an exception parameter declared in a catch clause.abstract TypeMirror
getOriginalType(ErrorType errorType)
Returns the original type from the ErrorType object.abstract TreePath
getPath(CompilationUnitTree unit, Tree node)
Returns the path to tree node within the specified compilation unit.abstract TreePath
-