| Package | Description |
|---|---|
| org.antlr.works.ate.syntax.misc | |
| org.antlr.works.grammar | |
| org.antlr.works.grammar.element | |
| org.antlr.works.stringtemplate.element |
| Modifier and Type | Field and Description |
|---|---|
ATEScope |
ATEToken.scope |
| Modifier and Type | Method and Description |
|---|---|
ATEScope |
ATEScope.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATEScope.setScope(ATEScope scope) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RefactorEngine.ignoreScopeForDoubleQuoteLiteral(ATEScope scope)
Returns true if the scope should be ignored when checking for double-quote literal
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementAction |
class |
ElementArgumentBlock |
class |
ElementBlock
A block is, for example:
tokens { FOO="a"; OTHER; }
or
options
{
tokenVocab=DataViewExpressions;
output=AST;
ASTLabelType=CommonTree;
}
|
class |
ElementRewriteBlock |
class |
ElementRewriteFunction |
class |
ElementRule |
class |
ElementScopable |
| Modifier and Type | Field and Description |
|---|---|
protected ATEScope |
ElementScopable.scope |
| Modifier and Type | Method and Description |
|---|---|
ATEScope |
ElementScopable.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementScopable.setScope(ATEScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementTemplateArgumentBlock |
class |
ElementTemplateCommentScope |
class |
ElementTemplateExpressionBlock |
class |
ElementTemplateMapDefinition |
class |
ElementTemplateRule |
class |
ElementTemplateScopable |
| Modifier and Type | Field and Description |
|---|---|
protected ATEScope |
ElementTemplateScopable.scope |
| Modifier and Type | Method and Description |
|---|---|
ATEScope |
ElementTemplateScopable.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementTemplateScopable.setScope(ATEScope scope) |
Copyright © 2013. All rights reserved.