public class JavadocElement extends AbstractNode
beginColumn, beginLine, children, endColumn, endLine, id, parent
Constructor and Description |
---|
JavadocElement(int theBeginLine,
int theEndLine,
int theBeginColumn,
int theEndColumn,
JavadocTag theTag) |
Modifier and Type | Method and Description |
---|---|
JavadocTag |
tag() |
String |
toString() |
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine
public JavadocElement(int theBeginLine, int theEndLine, int theBeginColumn, int theEndColumn, JavadocTag theTag)
public JavadocTag tag()
public String toString()
toString
in class AbstractNode
Copyright © 2002-2014 InfoEther. All Rights Reserved.