public class ParameterNode extends Node
childNodes, nodeType, nodeValue, parent, properties, symbol
Constructor and Description |
---|
ParameterNode(NodeType nodeType,
int position)
Constructor for parameter node without a defined value.
|
ParameterNode(NodeType nodeType,
Object nodeValue,
int position) |
Modifier and Type | Method and Description |
---|---|
int |
getPosition() |
addProperty, appendChildNode, appendChildNode, appendChildNode, getChildNode, getChildNodes, getFirstChild, getNextChild, getNodeChildId, getNodeId, getNodeType, getNodeValue, getParent, getProperties, getSymbol, hasNextChild, hasProperties, insertChildNode, insertChildNode, removeChildNode, setNodeValue, setParent, setPropertyAtPosition, setSymbol, toString
public ParameterNode(NodeType nodeType, int position)
nodeType
- position
- PositionCopyright © 2021. All rights reserved.