net.sourceforge.pmd.jsp.ast
Class ASTJspDirectiveAttribute
java.lang.Object
net.sourceforge.pmd.ast.SimpleNode
net.sourceforge.pmd.jsp.ast.SimpleNode
net.sourceforge.pmd.jsp.ast.ASTJspDirectiveAttribute
- All Implemented Interfaces:
- Node
public class ASTJspDirectiveAttribute
- extends SimpleNode
Methods inherited from class net.sourceforge.pmd.ast.SimpleNode |
appendElement, asXml, containsChildOfType, dump, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getLabel, getNthParent, getParentsOfType, getScope, hasImageEqualTo, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTJspDirectiveAttribute
public ASTJspDirectiveAttribute(int id)
ASTJspDirectiveAttribute
public ASTJspDirectiveAttribute(JspParser p,
int id)
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
toString
public java.lang.String toString(java.lang.String prefix)
- Overrides:
toString
in class SimpleNode
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
jjtAccept
public java.lang.Object jjtAccept(JspParserVisitor visitor,
java.lang.Object data)
- Accept the visitor. *
- Overrides:
jjtAccept
in class SimpleNode