|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.ScapedNode
public class ScapedNode
| Constructor Summary | |
|---|---|
ScapedNode()
|
|
ScapedNode(int tokenType)
|
|
ScapedNode(java.lang.String content)
|
|
| Method Summary | |
|---|---|
void |
accept(ASTVisitor astVisitor)
|
java.lang.String |
getContent()
|
void |
setContent(java.lang.String content)
|
| Methods inherited from class com.liferay.portal.parsers.creole.ast.ASTNode |
|---|
getToken, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScapedNode()
public ScapedNode(int tokenType)
public ScapedNode(java.lang.String content)
| Method Detail |
|---|
public void accept(ASTVisitor astVisitor)
accept in class ASTNodepublic java.lang.String getContent()
public void setContent(java.lang.String content)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||