Package | Description |
---|---|
com.sun.source.tree |
Provides interfaces to represent source code as abstract syntax
trees (AST).
|
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
LineMap |
CompilationUnitTree.getLineMap()
Gets the line map for this compilation unit, if available.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Position.LineMap |
Modifier and Type | Class and Description |
---|---|
static class |
Position.LineTabMapImpl
A LineMap that handles tab expansion correctly.
|
Copyright © 2017 earcam. All rights reserved.