public class MetaSymbolReferenceNode extends Symbol
Node.Operations
Modifier and Type | Field and Description |
---|---|
(package private) String |
_lx_name |
(package private) Symbol |
_sm_value |
static Integer |
ID |
static int |
lx_name_ID |
static int |
sm_value_ID |
_nodes, _observers, _operations, _thisoperations
Constructor and Description |
---|
MetaSymbolReferenceNode() |
MetaSymbolReferenceNode(String lx_name) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
This method is part of the implementation of the visitor design pattern.
|
void |
copyValueOf(Node n,
HashMap clones) |
Object |
getAttribute(int attrname) |
int |
getClassID()
This method return the dynamic class ID of the node.
|
Node |
getClone(HashMap clones) |
Node.Operations |
getOperations()
This method returns the object implementing the operations associated to this node.
|
boolean |
hasAttribute(int attrname) |
String |
lx_name() |
void |
lx_name(String o) |
void |
setAttribute(int attrname,
Object attrvalue) |
Symbol |
sm_value() |
void |
sm_value(Symbol o) |
addObserver, addOperations, children, childrenAccept, childrenOfKind, childrenOfKind, childrenOfKind, compare, compareTo, copyValueOf, dofind, dump, equals, find, find, find, find, getAttribute, getClone, hasAttribute, initNode, installOperations, notifyChanges, removeObserver, replace, setAttribute, toString
public static Integer ID
String _lx_name
Symbol _sm_value
public static int lx_name_ID
public static int sm_value_ID
public MetaSymbolReferenceNode(String lx_name)
public MetaSymbolReferenceNode()
public final int getClassID()
Node
getClassID
in class Symbol
public void accept(Visitor visitor)
Node
public void copyValueOf(Node n, HashMap clones)
copyValueOf
in class Symbol
public Node.Operations getOperations()
Node
getOperations
in class Symbol
public String lx_name()
public void lx_name(String o)
public Symbol sm_value()
public void sm_value(Symbol o)
public boolean hasAttribute(int attrname)
hasAttribute
in class Node
public Object getAttribute(int attrname)
getAttribute
in class Node
public void setAttribute(int attrname, Object attrvalue)
setAttribute
in class Node