Package org.intocps.maestro.ast
Class LexIdentifier
- java.lang.Object
-
- org.intocps.maestro.ast.LexIdentifier
-
- All Implemented Interfaces:
Serializable,Cloneable,org.intocps.maestro.ast.node.ExternalNode
public class LexIdentifier extends Object implements org.intocps.maestro.ast.node.ExternalNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LexIdentifier(String text, LexToken symbol)
-