public class GenerateClassContext extends Object
| Constructor and Description |
|---|
GenerateClassContext() |
| Modifier and Type | Method and Description |
|---|---|
TypeElement |
currentAnnotatedClass() |
GenTypeElement |
getCurrentGeneratedClass() |
GenTypeElement |
getCurrentPrimaryGenClass() |
Rule |
getCurrentRule() |
AnnotationMirror |
getCurrentTriggerAnnotation() |
Rule |
popCurrentRule() |
void |
pushCurrentRule(Rule rule) |
Object |
putShadowAnnotation(AnnotationMirror shadowAnnotation) |
Object |
setCurrentAnnotatedClass(TypeElement annotatedClass) |
void |
setCurrentGeneratedClass(GenTypeElement currentGeneratedClass) |
void |
setCurrentPrimaryGenClass(GenTypeElement primaryGenClass) |
void |
setCurrentTriggerAnnotation(AnnotationMirror currentAnnotation) |
public Object setCurrentAnnotatedClass(TypeElement annotatedClass)
public TypeElement currentAnnotatedClass()
public GenTypeElement getCurrentGeneratedClass()
public void setCurrentGeneratedClass(GenTypeElement currentGeneratedClass)
public void setCurrentPrimaryGenClass(GenTypeElement primaryGenClass)
public GenTypeElement getCurrentPrimaryGenClass()
public AnnotationMirror getCurrentTriggerAnnotation()
public void setCurrentTriggerAnnotation(AnnotationMirror currentAnnotation)
public Object putShadowAnnotation(AnnotationMirror shadowAnnotation)
public Rule getCurrentRule()
public void pushCurrentRule(Rule rule)
public Rule popCurrentRule()
Copyright © 2018. All rights reserved.