@Data public class ManualOverrideRule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationExtensions |
annotationExtensions |
| Constructor and Description |
|---|
ManualOverrideRule(AnnotationMirror metaAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Iterable<? extends GenElement> elementsToOverride) |
boolean |
equals(Object obj) |
TypeMirror |
getManualOverrides() |
org.eclipse.xtext.xbase.lib.Functions.Function1<? super Element,? extends Boolean> |
getManualOverridesMatcher() |
int |
hashCode() |
String |
toString() |
@Extension protected final transient AnnotationExtensions annotationExtensions
public ManualOverrideRule(AnnotationMirror metaAnnotation)
public void apply(Iterable<? extends GenElement> elementsToOverride)
@Pure public TypeMirror getManualOverrides()
Copyright © 2018. All rights reserved.