Class PlainTextLanguage.PlainTextFile
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AbstractNode
-
- net.sourceforge.pmd.util.fxdesigner.util.PlainTextLanguage.PlainTextFile
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.Node,net.sourceforge.pmd.lang.ast.RootNode
- Enclosing class:
- PlainTextLanguage
public static class PlainTextLanguage.PlainTextFile extends net.sourceforge.pmd.lang.ast.AbstractNode implements net.sourceforge.pmd.lang.ast.RootNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetImage()java.lang.StringgetXPathNodeName()voidremove()voidremoveChildAtIndex(int childIndex)voidsetImage(java.lang.String image)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode
appendElement, children, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getChild, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getIndexInParent, getNthParent, getNumChildren, getParent, getParentsOfType, getUserData, getXPathAttributesIterator, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfAnyType, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetFirstToken, jjtGetId, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, setDataFlowNode, setUserData, testingOnlySetBeginColumn, testingOnlySetBeginLine, testingOnlySetEndColumn, testingOnlySetEndLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
children, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getChild, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getIndexInParent, getNthParent, getNumChildren, getParent, getParentsOfType, getUserData, getXPathAttributesIterator, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setUserData
-
-
-
-
Method Detail
-
getXPathNodeName
public java.lang.String getXPathNodeName()
- Specified by:
getXPathNodeNamein interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
getXPathNodeNamein classnet.sourceforge.pmd.lang.ast.AbstractNode
-
getImage
public java.lang.String getImage()
- Specified by:
getImagein interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
getImagein classnet.sourceforge.pmd.lang.ast.AbstractNode
-
setImage
public void setImage(java.lang.String image)
- Specified by:
setImagein interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
setImagein classnet.sourceforge.pmd.lang.ast.AbstractNode
-
remove
public void remove()
- Specified by:
removein interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
removein classnet.sourceforge.pmd.lang.ast.AbstractNode
-
removeChildAtIndex
public void removeChildAtIndex(int childIndex)
- Specified by:
removeChildAtIndexin interfacenet.sourceforge.pmd.lang.ast.Node- Overrides:
removeChildAtIndexin classnet.sourceforge.pmd.lang.ast.AbstractNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classnet.sourceforge.pmd.lang.ast.AbstractNode
-
-