|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsNode
Method Summary | |
---|---|
void |
accept(JsVisitor visitor)
Causes this object to have the visitor visit itself and its children. |
void |
acceptChildren(JsVisitor visitor)
|
java.lang.Object |
getSource()
Return the source info associated with this object. |
void |
setSource(java.lang.Object info)
Set the source info associated with this object. |
JsNode |
source(java.lang.Object info)
|
Method Detail |
---|
void accept(JsVisitor visitor)
visitor
- the visitor that should traverse this nodevoid acceptChildren(JsVisitor visitor)
java.lang.Object getSource()
void setSource(java.lang.Object info)
info
- JsNode source(java.lang.Object info)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |