Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractJMethodDef |
(package private) class |
AnnotationJMethodDef |
(package private) class |
ConstructorJMethodDef |
(package private) class |
MethodJMethodDef |
Modifier and Type | Method and Description |
---|---|
JMethodDef |
JMethodDef._default(JExpr expr)
A default value for an annotation method.
|
JMethodDef |
AnnotationJMethodDef._default(JExpr defaultVal) |
JMethodDef |
AbstractJMethodDef._default(JExpr expr) |
JMethodDef |
Sectionable.constructor(java.util.ArrayList<ClassContent> content,
int mods) |
JMethodDef |
AnnotationJClassDef.constructor(java.util.ArrayList<ClassContent> content,
int mods) |
JMethodDef |
InterfaceJClassDef.constructor(java.util.ArrayList<ClassContent> content,
int mods) |
JMethodDef |
AbstractJClassDef.constructor(java.util.ArrayList<ClassContent> content,
int mods) |
JMethodDef |
ImplJAnonymousClassDef.constructor(int mods) |
JMethodDef |
JClassDefSectionImpl.constructor(int mods) |
JMethodDef |
AbstractJClassDef.constructor(int mods) |
JMethodDef |
JClassDefSection.constructor(int mods)
Add a constructor to this type.
|
JMethodDef |
Sectionable.method(java.util.ArrayList<ClassContent> content,
int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
AnnotationJClassDef.method(java.util.ArrayList<ClassContent> content,
int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
AbstractJClassDef.method(java.util.ArrayList<ClassContent> content,
int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
ImplJAnonymousClassDef.method(int mods,
java.lang.Class<?> returnType,
java.lang.String name) |
JMethodDef |
JClassDefSectionImpl.method(int mods,
java.lang.Class<?> returnType,
java.lang.String name) |
JMethodDef |
AbstractJClassDef.method(int mods,
java.lang.Class<?> returnType,
java.lang.String name) |
JMethodDef |
JClassDefSection.method(int mods,
java.lang.Class<?> returnType,
java.lang.String name)
Add a method to this type.
|
JMethodDef |
ImplJAnonymousClassDef.method(int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
JClassDefSectionImpl.method(int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
AbstractJClassDef.method(int mods,
JType returnType,
java.lang.String name) |
JMethodDef |
JClassDefSection.method(int mods,
JType returnType,
java.lang.String name)
Add a method to this type.
|
JMethodDef |
ImplJAnonymousClassDef.method(int mods,
java.lang.String returnType,
java.lang.String name) |
JMethodDef |
JClassDefSectionImpl.method(int mods,
java.lang.String returnType,
java.lang.String name) |
JMethodDef |
AbstractJClassDef.method(int mods,
java.lang.String returnType,
java.lang.String name) |
JMethodDef |
JClassDefSection.method(int mods,
java.lang.String returnType,
java.lang.String name)
Add a method to this type.
|
Modifier and Type | Method and Description |
---|---|
JComment |
AbstractJComment.linkMethod(boolean plain,
JMethodDef methodDef) |
JComment |
JComment.linkMethod(boolean plain,
JMethodDef methodDef)
Add an inline
@link to a method. |