Index

A B C E F G I J L M N P R S T U V 
All Classes and Interfaces|All Packages

A

addAnnotation(JavaAnnotation) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addAnnotation(JavaAnnotation) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
addAnnotation(JavaAnnotation) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
addAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addContent(String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
addContent(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
addField(JavaField) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addFields(List<JavaField>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addImport(String) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addImports(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addInnerClass(JavaClass) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addInnerClasses(List<JavaClass>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addLine(String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addLines(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addMethod(JavaMethod) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addMethods(List<JavaMethod>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addParam(Pair<String, String>) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
addParam(String, String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
addParameter(Pair<String, String>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addParameter(String, String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addParameters(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addParams(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
addStaticImport(String) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addStaticImports(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
addThrowType(String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
addThrowTypes(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
annotation(JavaAnnotation) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
annotation(JavaAnnotation) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
annotation(JavaAnnotation) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
annotations - Variable in class com.github.tadukoo.java.JavaClass
The annotations on the class
annotations - Variable in class com.github.tadukoo.java.JavaClassBuilder
The annotations on the class
annotations - Variable in class com.github.tadukoo.java.JavaField
The annotations on the field
annotations - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The annotations on the field
annotations - Variable in class com.github.tadukoo.java.JavaMethod
The annotations on the method
annotations - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The annotations on the method
annotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
annotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
annotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
author - Variable in class com.github.tadukoo.java.Javadoc
The author of the Javadoc
author - Variable in class com.github.tadukoo.java.JavadocBuilder
The author of the Javadoc
author(String) - Method in class com.github.tadukoo.java.JavadocBuilder
 

B

build() - Method in class com.github.tadukoo.java.JavaAnnotationBuilder
Checks for any errors in the current parameters, then builds a new JavaAnnotation
build() - Method in class com.github.tadukoo.java.JavaClassBuilder
Checks for any errors in the current parameters, then builds a new JavaClass
build() - Method in class com.github.tadukoo.java.JavadocBuilder
Builds a new Javadoc using the set parameters
build() - Method in class com.github.tadukoo.java.JavaFieldBuilder
Checks for any errors in the current parameters, then builds a new JavaField
build() - Method in class com.github.tadukoo.java.JavaMethodBuilder
Checks for any errors in the current parameters, then builds a new JavaMethod
builder() - Static method in class com.github.tadukoo.java.editable.EditableJavaAnnotation
 
builder() - Static method in class com.github.tadukoo.java.editable.EditableJavaClass
 
builder() - Static method in class com.github.tadukoo.java.editable.EditableJavadoc
 
builder() - Static method in class com.github.tadukoo.java.editable.EditableJavaField
 
builder() - Static method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
builder() - Static method in class com.github.tadukoo.java.uneditable.UneditableJavaAnnotation
 
builder() - Static method in class com.github.tadukoo.java.uneditable.UneditableJavaClass
 
builder() - Static method in class com.github.tadukoo.java.uneditable.UneditableJavadoc
 
builder() - Static method in class com.github.tadukoo.java.uneditable.UneditableJavaField
 
builder() - Static method in class com.github.tadukoo.java.uneditable.UneditableJavaMethod
 

C

checkForSpecificErrors() - Method in class com.github.tadukoo.java.editable.EditableJavaClass.EditableJavaClassBuilder
Checks for errors in the specific subclass and returns them
checkForSpecificErrors() - Method in class com.github.tadukoo.java.editable.EditableJavaField.EditableJavaFieldBuilder
Checks for errors specific to the subclass
checkForSpecificErrors() - Method in class com.github.tadukoo.java.editable.EditableJavaMethod.EditableJavaMethodBuilder
Checks for errors specific to the subclass
checkForSpecificErrors() - Method in class com.github.tadukoo.java.JavaClassBuilder
Checks for errors in the specific subclass and returns them
checkForSpecificErrors() - Method in class com.github.tadukoo.java.JavaFieldBuilder
Checks for errors specific to the subclass
checkForSpecificErrors() - Method in class com.github.tadukoo.java.JavaMethodBuilder
Checks for errors specific to the subclass
checkForSpecificErrors() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaClass.UneditableJavaClassBuilder
Checks for errors in the specific subclass and returns them
checkForSpecificErrors() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaField.UneditableJavaFieldBuilder
Checks for errors specific to the subclass
checkForSpecificErrors() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaMethod.UneditableJavaMethodBuilder
Checks for errors specific to the subclass
className - Variable in class com.github.tadukoo.java.JavaClass
The name of the class
className - Variable in class com.github.tadukoo.java.JavaClassBuilder
The name of the class
className(String) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
com.github.tadukoo.java - package com.github.tadukoo.java
Contains the base classes for dealing with Java code
com.github.tadukoo.java.editable - package com.github.tadukoo.java.editable
Contains editable versions of Java types for working with Java code
com.github.tadukoo.java.uneditable - package com.github.tadukoo.java.uneditable
Contains uneditable versions of Java types to use for handling Java code
condensed - Variable in class com.github.tadukoo.java.Javadoc
Whether the Javadoc is condensed or not
condensed - Variable in class com.github.tadukoo.java.JavadocBuilder
Whether the Javadoc is condensed or not
condensed() - Method in class com.github.tadukoo.java.JavadocBuilder
Sets that the Javadoc is condensed
condensed(boolean) - Method in class com.github.tadukoo.java.JavadocBuilder
 
constructAnnotation() - Method in class com.github.tadukoo.java.editable.EditableJavaAnnotation.EditableJavaAnnotationBuilder
Constructs a new JavaAnnotation with the given parameters
constructAnnotation() - Method in class com.github.tadukoo.java.JavaAnnotationBuilder
Constructs a new JavaAnnotation with the given parameters
constructAnnotation() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaAnnotation.UneditableJavaAnnotationBuilder
Constructs a new JavaAnnotation with the given parameters
constructClass() - Method in class com.github.tadukoo.java.editable.EditableJavaClass.EditableJavaClassBuilder
Constructs a JavaClass using the set parameters
constructClass() - Method in class com.github.tadukoo.java.JavaClassBuilder
Constructs a JavaClass using the set parameters
constructClass() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaClass.UneditableJavaClassBuilder
Constructs a JavaClass using the set parameters
constructField() - Method in class com.github.tadukoo.java.editable.EditableJavaField.EditableJavaFieldBuilder
Constructs a JavaField using the set parameters
constructField() - Method in class com.github.tadukoo.java.JavaFieldBuilder
Constructs a JavaField using the set parameters
constructField() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaField.UneditableJavaFieldBuilder
Constructs a JavaField using the set parameters
constructJavadoc() - Method in class com.github.tadukoo.java.editable.EditableJavadoc.EditableJavadocBuilder
Constructs a new Javadoc using the set parameters
constructJavadoc() - Method in class com.github.tadukoo.java.JavadocBuilder
Constructs a new Javadoc using the set parameters
constructJavadoc() - Method in class com.github.tadukoo.java.uneditable.UneditableJavadoc.UneditableJavadocBuilder
Constructs a new Javadoc using the set parameters
constructMethod() - Method in class com.github.tadukoo.java.editable.EditableJavaMethod.EditableJavaMethodBuilder
Constructs a new JavaMethod using the set parameters
constructMethod() - Method in class com.github.tadukoo.java.JavaMethodBuilder
Constructs a new JavaMethod using the set parameters
constructMethod() - Method in class com.github.tadukoo.java.uneditable.UneditableJavaMethod.UneditableJavaMethodBuilder
Constructs a new JavaMethod using the set parameters
content - Variable in class com.github.tadukoo.java.Javadoc
The content of the Javadoc
content - Variable in class com.github.tadukoo.java.JavadocBuilder
The content of the Javadoc
content(String) - Method in class com.github.tadukoo.java.JavadocBuilder
 
content(List<String>) - Method in class com.github.tadukoo.java.JavadocBuilder
 

E

EditableJavaAnnotation - Class in com.github.tadukoo.java.editable
Represents an annotation in Java that can be modified
EditableJavaAnnotation.EditableJavaAnnotationBuilder - Class in com.github.tadukoo.java.editable
A builder used to make an EditableJavaAnnotation.
EditableJavaClass - Class in com.github.tadukoo.java.editable
Represents a class in Java that can be modified
EditableJavaClass.EditableJavaClassBuilder - Class in com.github.tadukoo.java.editable
A builder used to make an EditableJavaClass
EditableJavadoc - Class in com.github.tadukoo.java.editable
Represents a Javadoc that can be modified
EditableJavadoc.EditableJavadocBuilder - Class in com.github.tadukoo.java.editable
A builder used to make an EditableJavadoc
EditableJavaField - Class in com.github.tadukoo.java.editable
Represents a field in Java that can be modified
EditableJavaField.EditableJavaFieldBuilder - Class in com.github.tadukoo.java.editable
A builder used to make an EditableJavaField
EditableJavaFieldBuilder() - Constructor for class com.github.tadukoo.java.editable.EditableJavaField.EditableJavaFieldBuilder
 
EditableJavaMethod - Class in com.github.tadukoo.java.editable
Represents a method in Java that can be modified
EditableJavaMethod.EditableJavaMethodBuilder - Class in com.github.tadukoo.java.editable
A builder used to make an EditableJavaMethod
equals(Object) - Method in class com.github.tadukoo.java.JavaAnnotation
equals(Object) - Method in class com.github.tadukoo.java.JavaClass
equals(Object) - Method in class com.github.tadukoo.java.Javadoc
equals(Object) - Method in class com.github.tadukoo.java.JavaField
equals(Object) - Method in class com.github.tadukoo.java.JavaMethod

F

field(JavaField) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
fields - Variable in class com.github.tadukoo.java.JavaClass
The fields on the class
fields - Variable in class com.github.tadukoo.java.JavaClassBuilder
The fields on the class
fields(List<JavaField>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
fromText(String) - Static method in enum class com.github.tadukoo.java.Visibility
Grabs the Visibility that corresponds to the given text

G

getAnnotations() - Method in class com.github.tadukoo.java.JavaClass
 
getAnnotations() - Method in class com.github.tadukoo.java.JavaField
 
getAnnotations() - Method in class com.github.tadukoo.java.JavaMethod
 
getAuthor() - Method in class com.github.tadukoo.java.Javadoc
 
getClassName() - Method in class com.github.tadukoo.java.JavaClass
 
getContent() - Method in class com.github.tadukoo.java.Javadoc
 
getFields() - Method in class com.github.tadukoo.java.JavaClass
 
getImports() - Method in class com.github.tadukoo.java.JavaClass
 
getInnerClasses() - Method in class com.github.tadukoo.java.JavaClass
 
getJavadoc() - Method in class com.github.tadukoo.java.JavaClass
 
getJavadoc() - Method in class com.github.tadukoo.java.JavaField
 
getJavadoc() - Method in class com.github.tadukoo.java.JavaMethod
 
getLines() - Method in class com.github.tadukoo.java.JavaMethod
 
getMethods() - Method in class com.github.tadukoo.java.JavaClass
 
getName() - Method in class com.github.tadukoo.java.JavaAnnotation
 
getName() - Method in class com.github.tadukoo.java.JavaField
 
getName() - Method in class com.github.tadukoo.java.JavaMethod
 
getPackageName() - Method in class com.github.tadukoo.java.JavaClass
 
getParameters() - Method in class com.github.tadukoo.java.JavaMethod
 
getParams() - Method in class com.github.tadukoo.java.Javadoc
 
getReturnType() - Method in class com.github.tadukoo.java.JavaMethod
 
getReturnVal() - Method in class com.github.tadukoo.java.Javadoc
 
getSectionComment() - Method in class com.github.tadukoo.java.JavaField
 
getSectionComment() - Method in class com.github.tadukoo.java.JavaMethod
 
getSince() - Method in class com.github.tadukoo.java.Javadoc
 
getStaticImports() - Method in class com.github.tadukoo.java.JavaClass
 
getSuperClassName() - Method in class com.github.tadukoo.java.JavaClass
 
getText() - Method in enum class com.github.tadukoo.java.Visibility
 
getThrowTypes() - Method in class com.github.tadukoo.java.JavaMethod
 
getType() - Method in class com.github.tadukoo.java.JavaField
 
getValue() - Method in class com.github.tadukoo.java.JavaField
 
getVersion() - Method in class com.github.tadukoo.java.Javadoc
 
getVisibility() - Method in class com.github.tadukoo.java.JavaClass
 
getVisibility() - Method in class com.github.tadukoo.java.JavaField
 
getVisibility() - Method in class com.github.tadukoo.java.JavaMethod
 

I

imports - Variable in class com.github.tadukoo.java.JavaClass
The classes imported by the class
imports - Variable in class com.github.tadukoo.java.JavaClassBuilder
The classes imported by the class
imports(List<String>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
innerClass() - Method in class com.github.tadukoo.java.JavaClassBuilder
Set the class as an inner class
innerClass(JavaClass) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
innerClasses - Variable in class com.github.tadukoo.java.JavaClass
Inner classes inside the class
innerClasses - Variable in class com.github.tadukoo.java.JavaClassBuilder
Inner classes inside the class
innerClasses(List<JavaClass>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
isCondensed() - Method in class com.github.tadukoo.java.Javadoc
 
isEditable() - Method in class com.github.tadukoo.java.JavaAnnotation
 
isEditable() - Method in class com.github.tadukoo.java.JavaClass
 
isEditable() - Method in class com.github.tadukoo.java.Javadoc
 
isEditable() - Method in class com.github.tadukoo.java.JavaField
 
isEditable() - Method in class com.github.tadukoo.java.JavaMethod
 
isFinal - Variable in class com.github.tadukoo.java.JavaField
Whether the field is final or not
isFinal - Variable in class com.github.tadukoo.java.JavaFieldBuilder
Whether the field is final or not
isFinal() - Method in class com.github.tadukoo.java.JavaField
 
isFinal() - Method in class com.github.tadukoo.java.JavaFieldBuilder
Sets the field to be final
isFinal(boolean) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
isInnerClass - Variable in class com.github.tadukoo.java.JavaClass
Whether this is an inner class or not
isInnerClass - Variable in class com.github.tadukoo.java.JavaClassBuilder
Whether the class is an inner class or not
isInnerClass() - Method in class com.github.tadukoo.java.JavaClass
 
isInnerClass(boolean) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
isStatic - Variable in class com.github.tadukoo.java.JavaClass
Whether this is a static class or not
isStatic - Variable in class com.github.tadukoo.java.JavaClassBuilder
Whether the class is static or not
isStatic - Variable in class com.github.tadukoo.java.JavaField
Whether the field is static or not
isStatic - Variable in class com.github.tadukoo.java.JavaFieldBuilder
Whether the field is static or not
isStatic - Variable in class com.github.tadukoo.java.JavaMethod
Whether the method is static or not
isStatic - Variable in class com.github.tadukoo.java.JavaMethodBuilder
Whether the method is static or not
isStatic() - Method in class com.github.tadukoo.java.JavaClass
 
isStatic() - Method in class com.github.tadukoo.java.JavaClassBuilder
Sets isStatic to true, defining the class as a static class
isStatic() - Method in class com.github.tadukoo.java.JavaField
 
isStatic() - Method in class com.github.tadukoo.java.JavaFieldBuilder
Sets the field to be static
isStatic() - Method in class com.github.tadukoo.java.JavaMethod
 
isStatic() - Method in class com.github.tadukoo.java.JavaMethodBuilder
Sets the method as static
isStatic(boolean) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
isStatic(boolean) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
isStatic(boolean) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 

J

JavaAnnotation - Class in com.github.tadukoo.java
Represents an annotation in Java.
JavaAnnotation(boolean, String) - Constructor for class com.github.tadukoo.java.JavaAnnotation
Constructs a new JavaAnnotation with the given parameters
JavaAnnotationBuilder<AnnotationType extends JavaAnnotation> - Class in com.github.tadukoo.java
Java Annotation Builder is used to build a new JavaAnnotation.
JavaAnnotationBuilder() - Constructor for class com.github.tadukoo.java.JavaAnnotationBuilder
Constructs a new JavaAnnotationBuilder
JavaClass - Class in com.github.tadukoo.java
Java Class is used to represent a class in Java.
JavaClass(boolean, boolean, String, List<String>, List<String>, Javadoc, List<JavaAnnotation>, Visibility, boolean, String, String, List<JavaClass>, List<JavaField>, List<JavaMethod>) - Constructor for class com.github.tadukoo.java.JavaClass
Constructs a new Java Class with the given parameters
JavaClassBuilder<ClassType extends JavaClass> - Class in com.github.tadukoo.java
Java Class Builder is used to create a JavaClass.
JavaClassBuilder() - Constructor for class com.github.tadukoo.java.JavaClassBuilder
Constructs a new JavaClassBuilder
javadoc - Variable in class com.github.tadukoo.java.JavaClass
The Javadoc for the class
javadoc - Variable in class com.github.tadukoo.java.JavaClassBuilder
The Javadoc for the class
javadoc - Variable in class com.github.tadukoo.java.JavaField
The Javadoc on the field
javadoc - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The Javadoc on the field
javadoc - Variable in class com.github.tadukoo.java.JavaMethod
The Javadoc on the method
javadoc - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The Javadoc on the method
javadoc(Javadoc) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
javadoc(Javadoc) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
javadoc(Javadoc) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
Javadoc - Class in com.github.tadukoo.java
Javadoc represents a Javadoc in Java.
Javadoc(boolean, boolean, List<String>, String, String, String, List<Pair<String, String>>, String) - Constructor for class com.github.tadukoo.java.Javadoc
Constructs a new Javadoc using the given parameters
JavadocBuilder<JavadocType extends Javadoc> - Class in com.github.tadukoo.java
A builder class to build a Javadoc.
JavadocBuilder() - Constructor for class com.github.tadukoo.java.JavadocBuilder
Constructs a new JavadocBuilder
JavaField - Class in com.github.tadukoo.java
Java Field represents a field in a Java class
JavaField(boolean, String, Javadoc, List<JavaAnnotation>, Visibility, boolean, boolean, String, String, String) - Constructor for class com.github.tadukoo.java.JavaField
Constructs a Java Field with the given parameters
JavaFieldBuilder<FieldType extends JavaField> - Class in com.github.tadukoo.java
Java Field Builder is a builder to create a JavaField.
JavaFieldBuilder() - Constructor for class com.github.tadukoo.java.JavaFieldBuilder
Constructs a new JavaFieldBuilder
JavaMethod - Class in com.github.tadukoo.java
Java Method represents a method in a Java class or interface, etc.
JavaMethod(boolean, String, Javadoc, List<JavaAnnotation>, Visibility, boolean, String, String, List<Pair<String, String>>, List<String>, List<String>) - Constructor for class com.github.tadukoo.java.JavaMethod
Constructs a new Java Method with the given parameters
JavaMethodBuilder<MethodType extends JavaMethod> - Class in com.github.tadukoo.java
Java Method Builder is used to build a new JavaMethod.
JavaMethodBuilder() - Constructor for class com.github.tadukoo.java.JavaMethodBuilder
Constructs a new JavaMethodBuilder

L

line(String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
lines - Variable in class com.github.tadukoo.java.JavaMethod
The actual lines of code in the method
lines - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The actual lines of code in the method
lines(List<String>) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 

M

method(JavaMethod) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
methods - Variable in class com.github.tadukoo.java.JavaClass
The methods in the class
methods - Variable in class com.github.tadukoo.java.JavaClassBuilder
The methods in the class
methods(List<JavaMethod>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 

N

name - Variable in class com.github.tadukoo.java.JavaAnnotation
The name of the annotation
name - Variable in class com.github.tadukoo.java.JavaAnnotationBuilder
The name of the annotation
name - Variable in class com.github.tadukoo.java.JavaField
The name of the field
name - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The name of the field
name - Variable in class com.github.tadukoo.java.JavaMethod
The name of the method
name - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The name of the method
name(String) - Method in class com.github.tadukoo.java.JavaAnnotationBuilder
 
name(String) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
name(String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
NONE - Enum constant in enum class com.github.tadukoo.java.Visibility
Used when there's no specified visibility (e.g.

P

packageName - Variable in class com.github.tadukoo.java.JavaClass
The name of the package the class is in
packageName - Variable in class com.github.tadukoo.java.JavaClassBuilder
The name of the package the class is in
packageName(String) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
param(Pair<String, String>) - Method in class com.github.tadukoo.java.JavadocBuilder
 
param(String, String) - Method in class com.github.tadukoo.java.JavadocBuilder
 
parameter(Pair<String, String>) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
parameter(String, String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
parameters - Variable in class com.github.tadukoo.java.JavaMethod
The parameters used in the method - pairs of type, then name
parameters - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The parameters used in the method - pairs of type, then name
parameters(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
params - Variable in class com.github.tadukoo.java.Javadoc
The parameters in the Javadoc
params - Variable in class com.github.tadukoo.java.JavadocBuilder
The parameters in the Javadoc
params(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.JavadocBuilder
 
PRIVATE - Enum constant in enum class com.github.tadukoo.java.Visibility
Used for private visibility - only the current class can see it
PROTECTED - Enum constant in enum class com.github.tadukoo.java.Visibility
Used for protected visibility - only the current class and subclasses can see it
PUBLIC - Enum constant in enum class com.github.tadukoo.java.Visibility
Used for public visibility - anything can see it

R

returnType - Variable in class com.github.tadukoo.java.JavaMethod
The return type of the method
returnType - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The return type of the method
returnType(String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
returnVal - Variable in class com.github.tadukoo.java.Javadoc
The return string in the Javadoc
returnVal - Variable in class com.github.tadukoo.java.JavadocBuilder
The return string for the Javadoc
returnVal(String) - Method in class com.github.tadukoo.java.JavadocBuilder
 

S

sectionComment - Variable in class com.github.tadukoo.java.JavaField
The section comment above the field
sectionComment - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The section comment above the field
sectionComment - Variable in class com.github.tadukoo.java.JavaMethod
The section comment above the method
sectionComment - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The section comment above the method
sectionComment(String) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
sectionComment(String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
setAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setAnnotations(List<JavaAnnotation>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setAuthor(String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setClassName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setCondensed(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setContent(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setFields(List<JavaField>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setFinal(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setImports(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setInnerClass(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setInnerClasses(List<JavaClass>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setJavadoc(Javadoc) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setJavadoc(Javadoc) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setJavadoc(Javadoc) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setLines(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setMethods(List<JavaMethod>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaAnnotation
 
setName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setPackageName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setParameters(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setParams(List<Pair<String, String>>) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setReturnType(String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setReturnVal(String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setSectionComment(String) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setSectionComment(String) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setSince(String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setStatic(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setStatic(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setStatic(boolean) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setStaticImports(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setSuperClassName(String) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setThrowTypes(List<String>) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
setType(String) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setValue(String) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setVersion(String) - Method in class com.github.tadukoo.java.editable.EditableJavadoc
 
setVisibility(Visibility) - Method in class com.github.tadukoo.java.editable.EditableJavaClass
 
setVisibility(Visibility) - Method in class com.github.tadukoo.java.editable.EditableJavaField
 
setVisibility(Visibility) - Method in class com.github.tadukoo.java.editable.EditableJavaMethod
 
since - Variable in class com.github.tadukoo.java.Javadoc
The "since" value for the Javadoc
since - Variable in class com.github.tadukoo.java.JavadocBuilder
The "since" value for the Javadoc
since(String) - Method in class com.github.tadukoo.java.JavadocBuilder
 
singleImport(String) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
staticImport(String) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
staticImports - Variable in class com.github.tadukoo.java.JavaClass
The classes imported statically by the class
staticImports - Variable in class com.github.tadukoo.java.JavaClassBuilder
The classes imported statically by the class
staticImports(List<String>) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
superClassName - Variable in class com.github.tadukoo.java.JavaClass
The name of the class this one extends (may be null)
superClassName - Variable in class com.github.tadukoo.java.JavaClassBuilder
The name of the class this one extends (may be null)
superClassName(String) - Method in class com.github.tadukoo.java.JavaClassBuilder
 

T

throwType(String) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
throwTypes - Variable in class com.github.tadukoo.java.JavaMethod
The types that can be thrown by the method
throwTypes - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The types that can be thrown by the method
throwTypes(List<String>) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
toString() - Method in class com.github.tadukoo.java.JavaAnnotation
 
toString() - Method in class com.github.tadukoo.java.JavaClass
 
toString() - Method in class com.github.tadukoo.java.Javadoc
 
toString() - Method in class com.github.tadukoo.java.JavaField
 
toString() - Method in class com.github.tadukoo.java.JavaMethod
 
type - Variable in class com.github.tadukoo.java.JavaField
The type of the field
type - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The type of the field
type(String) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 

U

UneditableJavaAnnotation - Class in com.github.tadukoo.java.uneditable
Represents a JavaAnnotation that can't be modified
UneditableJavaAnnotation.UneditableJavaAnnotationBuilder - Class in com.github.tadukoo.java.uneditable
A builder used to make an UneditableJavaAnnotation.
UneditableJavaClass - Class in com.github.tadukoo.java.uneditable
Represents a class in Java that is not modifiable
UneditableJavaClass.UneditableJavaClassBuilder - Class in com.github.tadukoo.java.uneditable
A builder used to make an UneditableJavaClass
UneditableJavadoc - Class in com.github.tadukoo.java.uneditable
Represents a Javadoc that can't be modified
UneditableJavadoc.UneditableJavadocBuilder - Class in com.github.tadukoo.java.uneditable
A builder used to make an UneditableJavadoc.
UneditableJavaField - Class in com.github.tadukoo.java.uneditable
Represents a field in Java that is not modifiable
UneditableJavaField.UneditableJavaFieldBuilder - Class in com.github.tadukoo.java.uneditable
A builder used to make an UneditableJavaField
UneditableJavaMethod - Class in com.github.tadukoo.java.uneditable
Represents a method in Java that is not modifiable
UneditableJavaMethod.UneditableJavaMethodBuilder - Class in com.github.tadukoo.java.uneditable
A builder used to make an UneditableJavaMethod

V

value - Variable in class com.github.tadukoo.java.JavaField
The value assigned to the field
value - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The value assigned to the field
value(String) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
valueOf(String) - Static method in enum class com.github.tadukoo.java.Visibility
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.github.tadukoo.java.Visibility
Returns an array containing the constants of this enum class, in the order they are declared.
version - Variable in class com.github.tadukoo.java.Javadoc
The version for the Javadoc
version - Variable in class com.github.tadukoo.java.JavadocBuilder
The version for the Javadoc
version(String) - Method in class com.github.tadukoo.java.JavadocBuilder
 
visibility - Variable in class com.github.tadukoo.java.JavaClass
The Visibility of the class
visibility - Variable in class com.github.tadukoo.java.JavaClassBuilder
The Visibility of the class
visibility - Variable in class com.github.tadukoo.java.JavaField
The Visibility of the field
visibility - Variable in class com.github.tadukoo.java.JavaFieldBuilder
The Visibility of the field
visibility - Variable in class com.github.tadukoo.java.JavaMethod
The Visibility of the method
visibility - Variable in class com.github.tadukoo.java.JavaMethodBuilder
The Visibility of the method
visibility(Visibility) - Method in class com.github.tadukoo.java.JavaClassBuilder
 
visibility(Visibility) - Method in class com.github.tadukoo.java.JavaFieldBuilder
 
visibility(Visibility) - Method in class com.github.tadukoo.java.JavaMethodBuilder
 
Visibility - Enum Class in com.github.tadukoo.java
Visibility represents the visibility of a given Java class, method, etc.
A B C E F G I J L M N P R S T U V 
All Classes and Interfaces|All Packages