|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AST
| Method Summary | ||
|---|---|---|
|
getAttribute(Node node,
Class<A> attributeType)
|
|
boolean |
isAttributeSupported(Class<?> attributeType)
|
|
|
setAttribute(Node node,
Class<A> attributeType,
A attribute)
|
|
void |
setRoot(Node tree)
|
|
|
visit(TreeASTVisitor<? extends R,? super P,? extends E> visitor,
P parameter)
|
|
| Method Detail |
|---|
void setRoot(Node tree)
boolean isAttributeSupported(Class<?> attributeType)
<A> A getAttribute(Node node,
Class<A> attributeType)
<A> void setAttribute(Node node,
Class<A> attributeType,
A attribute)
<R,P,E extends Exception> R visit(TreeASTVisitor<? extends R,? super P,? extends E> visitor,
P parameter)
throws E extends Exception
E extends Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||