public class ElementTemplateReference extends Object implements Comparable, Jumpable
| Modifier and Type | Field and Description |
|---|---|
ElementTemplateRule |
rule |
ATEToken |
token |
| Constructor and Description |
|---|
ElementTemplateReference(ElementTemplateRule rule,
ATEToken token) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
containsIndex(int index) |
int |
getEndIndex() |
String |
getName() |
int |
getStartIndex() |
public ElementTemplateRule rule
public ATEToken token
public ElementTemplateReference(ElementTemplateRule 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.