Uses of Interface
com.sun.source.tree.LineMap
-
Packages that use LineMap 软件包 描述 com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。 -
-
Uses of LineMap in com.sun.source.tree
Methods in com.sun.source.tree that return LineMap Modifier and Type 方法 描述 LineMap
CompilationUnitTree. getLineMap()
返回此编译单元的行图(如果可用)。
-