net.sourceforge.pmd.jsp.ast

Class ASTJspDirectiveAttribute

public class ASTJspDirectiveAttribute extends SimpleNode

Constructor Summary
ASTJspDirectiveAttribute(int id)
ASTJspDirectiveAttribute(JspParser p, int id)
Method Summary
StringgetName()
StringgetValue()
ObjectjjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor.
voidsetName(String name)
voidsetValue(String value)
StringtoString(String prefix)

Constructor Detail

ASTJspDirectiveAttribute

public ASTJspDirectiveAttribute(int id)

ASTJspDirectiveAttribute

public ASTJspDirectiveAttribute(JspParser p, int id)

Method Detail

getName

public String getName()

Returns: Returns the name.

getValue

public String getValue()

Returns: Returns the value.

jjtAccept

public Object jjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor. *

setName

public void setName(String name)

Parameters: name The name to set.

setValue

public void setValue(String value)

Parameters: value The value to set.

toString

public String toString(String prefix)