[This is preliminary documentation and is subject to change.]
Gets the IntegerToken at a particular
index in this ProductionToken's RHS tokens.
| C# |
public IntegerToken IntegerToken( int index )
- index (Int32)
- The index containing the IntegerToken.
The indexed IntegerToken.
| Exception | Condition |
|---|---|
| InvalidOperationException | If the Token at the given index
is not a IntegerToken. |