Index

A C D E F G H I M N P R T V 
All Classes and Interfaces|All Packages

A

AsciiDocRenderer - Class in ch.so.agi.gretl.doclet.internal
 
AsciiDocRenderer() - Constructor for class ch.so.agi.gretl.doclet.internal.AsciiDocRenderer
 

C

ch.so.agi.gretl.doclet - package ch.so.agi.gretl.doclet
 
ch.so.agi.gretl.doclet.api - package ch.so.agi.gretl.doclet.api
 
ch.so.agi.gretl.doclet.internal - package ch.so.agi.gretl.doclet.internal
 
ch.so.agi.gretl.doclet.model - package ch.so.agi.gretl.doclet.model
 
className() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns the value of the className record component.
collect(DocletEnvironment) - Method in class ch.so.agi.gretl.doclet.internal.TaskClassCollector
 

D

defaultValue() - Element in annotation interface ch.so.agi.gretl.doclet.api.GretlDslMethod
 
defaultValue() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the defaultValue record component.
description() - Element in annotation interface ch.so.agi.gretl.doclet.api.GretlDslMethod
 
description() - Element in annotation interface ch.so.agi.gretl.doclet.api.GretlTaskDoc
 
description() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the description record component.
description() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns the value of the description record component.
DslMethodDescriptor - Record Class in ch.so.agi.gretl.doclet.model
 
DslMethodDescriptor(String, String, List<ParameterDescriptor>, boolean, String, String) - Constructor for record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Creates an instance of a DslMethodDescriptor record class.

E

equals(Object) - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Indicates whether some other object is "equal to" this one.
extract(TypeElement) - Method in class ch.so.agi.gretl.doclet.internal.TaskDescriptorExtractor
 

F

fileName(TaskDescriptor) - Method in class ch.so.agi.gretl.doclet.internal.AsciiDocRenderer
 

G

getName() - Method in class ch.so.agi.gretl.doclet.GretlDoclet
 
getSupportedOptions() - Method in class ch.so.agi.gretl.doclet.GretlDoclet
 
getSupportedSourceVersion() - Method in class ch.so.agi.gretl.doclet.GretlDoclet
 
GretlDoclet - Class in ch.so.agi.gretl.doclet
 
GretlDoclet() - Constructor for class ch.so.agi.gretl.doclet.GretlDoclet
 
GretlDslMethod - Annotation Interface in ch.so.agi.gretl.doclet.api
 
GretlTaskDoc - Annotation Interface in ch.so.agi.gretl.doclet.api
 

H

hashCode() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns a hash code value for this object.
hashCode() - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Returns a hash code value for this object.
hashCode() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns a hash code value for this object.

I

init(Locale, Reporter) - Method in class ch.so.agi.gretl.doclet.GretlDoclet
 

M

methods() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns the value of the methods record component.
MethodSignatureRenderer - Class in ch.so.agi.gretl.doclet.internal
 
MethodSignatureRenderer() - Constructor for class ch.so.agi.gretl.doclet.internal.MethodSignatureRenderer
 

N

name() - Element in annotation interface ch.so.agi.gretl.doclet.api.GretlTaskDoc
 
name() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the name record component.
name() - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Returns the value of the name record component.
name() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns the value of the name record component.

P

packageName() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns the value of the packageName record component.
ParameterDescriptor - Record Class in ch.so.agi.gretl.doclet.model
 
ParameterDescriptor(String, String, boolean) - Constructor for record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Creates an instance of a ParameterDescriptor record class.
parameters() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the parameters record component.

R

render(DslMethodDescriptor) - Method in class ch.so.agi.gretl.doclet.internal.MethodSignatureRenderer
 
render(Path, List<TaskDescriptor>) - Method in class ch.so.agi.gretl.doclet.internal.AsciiDocRenderer
 
renderTask(TaskDescriptor) - Method in class ch.so.agi.gretl.doclet.internal.AsciiDocRenderer
 
required() - Element in annotation interface ch.so.agi.gretl.doclet.api.GretlDslMethod
 
required() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the required record component.
returnType() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns the value of the returnType record component.
run(DocletEnvironment) - Method in class ch.so.agi.gretl.doclet.GretlDoclet
 

T

TaskClassCollector - Class in ch.so.agi.gretl.doclet.internal
 
TaskClassCollector() - Constructor for class ch.so.agi.gretl.doclet.internal.TaskClassCollector
 
TaskDescriptor - Record Class in ch.so.agi.gretl.doclet.model
 
TaskDescriptor(String, String, String, String, List<DslMethodDescriptor>) - Constructor for record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Creates an instance of a TaskDescriptor record class.
TaskDescriptorExtractor - Class in ch.so.agi.gretl.doclet.internal
 
TaskDescriptorExtractor(Elements, DocTrees) - Constructor for class ch.so.agi.gretl.doclet.internal.TaskDescriptorExtractor
 
toString() - Method in record class ch.so.agi.gretl.doclet.model.DslMethodDescriptor
Returns a string representation of this record class.
toString() - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Returns a string representation of this record class.
toString() - Method in record class ch.so.agi.gretl.doclet.model.TaskDescriptor
Returns a string representation of this record class.
type() - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Returns the value of the type record component.

V

varargs() - Method in record class ch.so.agi.gretl.doclet.model.ParameterDescriptor
Returns the value of the varargs record component.
A C D E F G H I M N P R T V 
All Classes and Interfaces|All Packages