xtc.parser
Class Annotator.Index

java.lang.Object
  extended by xtc.parser.Annotator.Index
Enclosing class:
Annotator

public static class Annotator.Index
extends java.lang.Object

A mutable boxed integer.


Field Summary
 int index
          The actual index.
 
Constructor Summary
Annotator.Index()
          Create a new index initialized to -1.
Annotator.Index(Annotator.Index index)
          Create a copy of the specified index.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
The actual index.

Constructor Detail

Annotator.Index

public Annotator.Index()
Create a new index initialized to -1.


Annotator.Index

public Annotator.Index(Annotator.Index index)
Create a copy of the specified index.

Parameters:
index - The index.


Copyright © 2012. All Rights Reserved.