Uses of Class
xtc.parser.SequenceName

Packages that use SequenceName
xtc.parser   
 

Uses of SequenceName in xtc.parser
 

Fields in xtc.parser declared as SequenceName
 SequenceName Sequence.name
          The optional name.
 SequenceName AlternativeAddition.sequence
          The sequence relative to which the choice is to be added.
 

Fields in xtc.parser with type parameters of type SequenceName
protected  java.util.Set<SequenceName> Resolver.sequenceNames
          The set of sequence names for the current production.
 java.util.List<SequenceName> AlternativeRemoval.sequences
          The list of sequences to be removed.
 

Methods in xtc.parser with parameters of type SequenceName
 void HtmlPrinter.visit(SequenceName n)
           
 void PrettyPrinter.visit(SequenceName n)
          Print the specified sequence name.
 

Constructors in xtc.parser with parameters of type SequenceName
AlternativeAddition(java.lang.String dType, NonTerminal name, OrderedChoice choice, SequenceName sequence, boolean isBefore)
          Create a new alternative addition.
Sequence(SequenceName name, java.util.List<Element> elements)
          Create a new sequence.
 

Constructor parameters in xtc.parser with type arguments of type SequenceName
AlternativeRemoval(java.lang.String dType, NonTerminal name, java.util.List<SequenceName> sequences)
          Create a new alternative removal.
 



Copyright © 2012. All Rights Reserved.