| Package | Description |
|---|---|
| de.japkit.rules |
| Modifier and Type | Method and Description |
|---|---|
<T> ScopeRule<T> |
RuleUtils.createScopeRule(AnnotationMirror metaAnnotation,
Element metaElement,
boolean isLibrary,
String avPrefix) |
<T> ScopeRule<T> |
RuleUtils.createScopeRule(AnnotationMirror metaAnnotation,
Element metaElement,
boolean isLibrary,
String avPrefix,
boolean createSrcRule)
Rule that creates a new scope for each src element given by the source rule and executes the given closure within that scope.
|
<T> ScopeRule<T> |
RuleUtils.createScopeRule(AnnotationMirror metaAnnotation,
Element metaElement,
String avPrefix)
Scope rule that gets the source element from "src" AV
|
<T> ScopeRule<T> |
RuleUtils.createScopeRule(AnnotationMirror metaAnnotation,
Element metaElement,
String avPrefix,
org.eclipse.xtext.xbase.lib.Functions.Function0<?> srcRule) |
ScopeRule<Object> |
SwitchRule.getScopeRule() |
ScopeRule<GenTypeElement> |
ClassRule.getScopeRule() |
ScopeRule |
RuleUtils.scopeWithCurrentSrc() |
Copyright © 2018. All rights reserved.