Class NodeLiteralImpl<NodeType>
- java.lang.Object
-
- tools.mdsd.somde.services.node.impl.NodeLiteralImpl<NodeType>
-
- All Implemented Interfaces:
Literal<NodeType>
,Node<NodeType>
,NodeVisitor.NodeVisitorAcceptor<NodeType>
public class NodeLiteralImpl<NodeType> extends Object implements Literal<NodeType>
-
-
Constructor Summary
Constructors Constructor Description NodeLiteralImpl(NodeType literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeType
getNodeLiteral()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tools.mdsd.somde.services.node.Literal
accept, addAllChildren, addChild, equalsWithoutChildren, getChildren
-
-
-
-
Constructor Detail
-
NodeLiteralImpl
public NodeLiteralImpl(NodeType literal)
-
-
Method Detail
-
getNodeLiteral
public NodeType getNodeLiteral()
- Specified by:
getNodeLiteral
in interfaceLiteral<NodeType>
-
-