| java.lang.Object pnuts.lang.SimpleNode
beginColumn | public int beginColumn(Code) | | |
beginLine | public int beginLine(Code) | | |
endLine | public int endLine(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
value | transient Object value(Code) | | Value of the node. Act as cache.
|
SimpleNode | public SimpleNode(int i)(Code) | | |
clearChildren | public void clearChildren()(Code) | | |
getAttribute | public Object getAttribute(String key)(Code) | | Gets an attribute value
Parameters: key - the attribute name the attribute value |
jjtGetNumChildren | final public int jjtGetNumChildren()(Code) | | |
jjtSetParent | public void jjtSetParent(SimpleNode n)(Code) | | public void jjtOpen() { }
public void jjtClose() { }
|
setAttribute | public void setAttribute(String key, Object value)(Code) | | Sets an attribute value for the specified key
Parameters: key - the attribute name Parameters: value - the value |
|
|