|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Member<O,T>
Represents a JavaClass member. (E.g.: a Field or Method)
| Method Summary | |
|---|---|
String |
getName()
|
boolean |
isFinal()
|
boolean |
isStatic()
|
T |
setFinal(boolean finl)
|
T |
setStatic(boolean statc)
|
| Methods inherited from interface org.jboss.forge.parser.java.VisibilityScoped |
|---|
getVisibility, isPackagePrivate, isPrivate, isProtected, isPublic, setPackagePrivate, setPrivate, setProtected, setPublic, setVisibility |
| Methods inherited from interface org.jboss.forge.parser.java.AnnotationTarget |
|---|
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotation, removeAnnotation |
| Methods inherited from interface org.jboss.forge.parser.Internal |
|---|
getInternal |
| Methods inherited from interface org.jboss.forge.parser.Origin |
|---|
getOrigin |
| Method Detail |
|---|
String getName()
boolean isFinal()
T setFinal(boolean finl)
boolean isStatic()
T setStatic(boolean statc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||