public class ElementBlock extends ElementScopable
| Modifier and Type | Field and Description |
|---|---|
ATEToken |
end |
List<ATEToken> |
internalTokens |
boolean |
isOptionsBlock |
boolean |
isTokenBlock |
String |
name |
ATEToken |
start |
scope| Constructor and Description |
|---|
ElementBlock(String name,
ATEToken start) |
| Modifier and Type | Method and Description |
|---|---|
List<ATEToken> |
getDeclaredTokens() |
List<String> |
getDeclaredTokensAsString() |
String |
getTokenVocab() |
void |
parse()
Parse the content of the block to extract information that will be reused later
|
getScope, setScopeCopyright © 2013. All rights reserved.