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