xtc.parser
Class SequenceName

java.lang.Object
  extended by xtc.tree.Node
      extended by xtc.parser.Name
          extended by xtc.parser.SequenceName
All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>, Locatable

public class SequenceName
extends Name

A sequence name.

Version:
$Revision: 1.2 $
Author:
Robert Grimm

Field Summary
 
Fields inherited from class xtc.parser.Name
name
 
Constructor Summary
SequenceName(java.lang.String name)
          Create a new sequence name.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class xtc.parser.Name
hashCode, toString
 
Methods inherited from class xtc.tree.Node
add, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toToken, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceName

public SequenceName(java.lang.String name)
Create a new sequence name.

Parameters:
name - The name.
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2012. All Rights Reserved.