|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
| Method Summary | |
|---|---|
Object |
getKind()
Returns the kind of node. |
Node |
getParent()
Returns the parent of the current node. |
boolean |
isToken()
Return true if the current node is a token. |
List<? extends Node> |
nodeList()
A read-only list of all sub nodes of the current node. |
| Method Detail |
|---|
boolean isToken()
TokenObject getKind()
Node getParent()
List<? extends Node> nodeList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||