|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsContext
The context in which a JsNode visitation occurs. This represents the set of possible operations a JsVisitor subclass can perform on the currently visited node.
Method Summary | |
---|---|
boolean |
canInsert()
|
boolean |
canRemove()
|
void |
insertAfter(JsNode node)
|
void |
insertBefore(JsNode node)
|
boolean |
isLvalue()
|
void |
removeMe()
|
void |
replaceMe(JsNode node)
|
Method Detail |
---|
boolean canInsert()
boolean canRemove()
void insertAfter(JsNode node)
void insertBefore(JsNode node)
boolean isLvalue()
void removeMe()
void replaceMe(JsNode node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |