Package | Description |
---|---|
com.sun.tools.javac.jvm | |
com.sun.tools.javac.parser | |
com.sun.tools.javac.tree | |
com.sun.tools.javac.util |
Constructor and Description |
---|
CRTable(JCTree.JCMethodDecl tree,
EndPosTable endPosTable)
Constructor
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JavacParser.AbstractEndPosTable |
protected static class |
JavacParser.EmptyEndPosTable |
protected static class |
JavacParser.SimpleEndPosTable |
Modifier and Type | Field and Description |
---|---|
EndPosTable |
JCTree.JCCompilationUnit.endPositions |
Modifier and Type | Method and Description |
---|---|
static int |
TreeInfo.getEndPos(JCTree tree,
EndPosTable endPosTable)
The end position of given tree, given a table of end positions generated by the parser
|
int |
DCTree.DCErroneous.getEndPosition(EndPosTable endPosTable) |
int |
JCTree.getEndPosition(EndPosTable endPosTable) |
Modifier and Type | Field and Description |
---|---|
protected EndPosTable |
DiagnosticSource.endPosTable |
Modifier and Type | Method and Description |
---|---|
EndPosTable |
DiagnosticSource.getEndPosTable() |
Modifier and Type | Method and Description |
---|---|
int |
JCDiagnostic.DiagnosticPosition.getEndPosition(EndPosTable endPosTable)
If there is a tree node, and if endPositions are available, get
the end position of the tree node.
|
int |
JCDiagnostic.SimpleDiagnosticPosition.getEndPosition(EndPosTable endPosTable) |
void |
DiagnosticSource.setEndPosTable(EndPosTable t) |
void |
Log.setEndPosTable(JavaFileObject name,
EndPosTable endPosTable) |
Copyright © 2017 earcam. All rights reserved.