|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tree
Common interface for all nodes in an abstract syntax tree.
This interface is not intended to be implemented by clients.
| Method Summary | ||
|---|---|---|
|
as(Class<T> cls)
|
|
int |
getLine()
|
|
|
is(Class<T> cls)
|
|
| Method Detail |
|---|
int getLine()
<T extends Tree> boolean is(Class<T> cls)
<T extends Tree> T as(Class<T> cls)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||