public class ElementReference extends Object implements Comparable, Jumpable
| Modifier and Type | Field and Description |
|---|---|
ElementRule |
rule |
ATEToken |
token |
| Constructor and Description |
|---|
ElementReference(ElementRule rule,
ATEToken token) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
containsIndex(int index) |
int |
getEndIndex() |
String |
getName() |
int |
getStartIndex() |
public ElementRule rule
public ATEToken token
public ElementReference(ElementRule rule, ATEToken token)
public int getStartIndex()
getStartIndex in interface Jumpablepublic int getEndIndex()
getEndIndex in interface Jumpablepublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean containsIndex(int index)
Copyright © 2013. All rights reserved.