|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SgAnnotation in org.fuin.srcgen4javassist |
|---|
| Methods in org.fuin.srcgen4javassist that return types with arguments of type SgAnnotation | |
|---|---|
java.util.List<SgAnnotation> |
SgVariable.getAnnotations()
Returns the annotations for this field. |
java.util.List<SgAnnotation> |
SgBehavior.getAnnotations()
Returns the annotations for this method. |
| Methods in org.fuin.srcgen4javassist with parameters of type SgAnnotation | |
|---|---|
void |
SgVariable.addAnnotation(SgAnnotation annotation)
Adds an annotation. |
void |
SgBehavior.addAnnotation(SgAnnotation annotation)
Adds an annotation. |
| Method parameters in org.fuin.srcgen4javassist with type arguments of type SgAnnotation | |
|---|---|
void |
SgVariable.addAnnotations(java.util.List<SgAnnotation> annotations)
Adds a list of annotations. |
void |
SgBehavior.addAnnotations(java.util.List<SgAnnotation> annotations)
Adds a list of annotations. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||