|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.java.model.JavaTree
public abstract class JavaTree
| Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
|---|
Tree.Kind |
| Constructor Summary | |
|---|---|
JavaTree(com.sonar.sslr.api.AstNode astNode)
|
|
| Method Summary | |
|---|---|
com.sonar.sslr.api.AstNode |
getAstNode()
|
abstract Tree.Kind |
getKind()
|
int |
getLine()
|
boolean |
is(Tree.Kind kind)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
|---|
accept |
| Constructor Detail |
|---|
public JavaTree(com.sonar.sslr.api.AstNode astNode)
| Method Detail |
|---|
public com.sonar.sslr.api.AstNode getAstNode()
public int getLine()
public final boolean is(Tree.Kind kind)
is in interface Treepublic abstract Tree.Kind getKind()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||