Uses of Class
xtc.parser.Annotator.Index

Packages that use Annotator.Index
xtc.parser   
 

Uses of Annotator.Index in xtc.parser
 

Fields in xtc.parser with type parameters of type Annotator.Index
protected  java.util.List<Annotator.Index> Annotator.elementIdx
          The index of the regular, bindable value, organized as a stack of copies.
protected  java.util.List<Annotator.Index> Annotator.sequenceIdx
          The index of the sequence with the regular, bindable value, organized as a stack of copies.
 

Methods in xtc.parser that return Annotator.Index
protected  Annotator.Index Annotator.elementIndex()
          Get the current element index of the regular value.
protected  Annotator.Index Annotator.sequenceIndex()
          Get the current sequence index of the regular value.
 

Constructors in xtc.parser with parameters of type Annotator.Index
Annotator.Index(Annotator.Index index)
          Create a copy of the specified index.
 



Copyright © 2012. All Rights Reserved.