Compiler Tree API

Uses of Interface
com.sun.source.tree.LineMap

Packages that use LineMap
com.sun.source.tree Provides interfaces to represent source code as abstract syntax trees (AST). 
 

Uses of LineMap in com.sun.source.tree
 

Methods in com.sun.source.tree that return LineMap
 LineMap CompilationUnitTree.getLineMap()
          Gets the line map for this compilation unit, if available.
 


Compiler Tree API

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.