com.flagstone.transform.action
Class TableIndex
java.lang.Object
com.flagstone.transform.action.TableIndex
public final class TableIndex
- extends Object
TableIndex is used with an Push action to push a reference to an entry in a
Table of string literals onto the stack.
- See Also:
Table,
Push
|
Constructor Summary |
TableIndex(int anIndex)
Creates a TableIndex object referencing the value stored in the literal
table. |
TableIndex
public TableIndex(int anIndex)
- Creates a TableIndex object referencing the value stored in the literal
table.
- Parameters:
anIndex - the index into the literal table. Must be in the range
0..65535.
getIndex
public int getIndex()
- Get the index in the table of string literals.
- Returns:
- the index of the string literal.
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.