net.sourceforge.pmd.jsp.ast
public class ASTJspDirectiveAttribute extends SimpleNode
Constructor Summary | |
---|---|
ASTJspDirectiveAttribute(int id) | |
ASTJspDirectiveAttribute(JspParser p, int id) |
Method Summary | |
---|---|
String | getName() |
String | getValue() |
Object | jjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor. |
void | setName(String name) |
void | setValue(String value) |
String | toString(String prefix) |
Returns: Returns the name.
Returns: Returns the value.
Parameters: name The name to set.
Parameters: value The value to set.