A B C D E F G H I J L M N O P R S T U V W Z 

S

setAllQueriesDebug(Appendable) - Method in class com.github.aliteralmind.codelet.util.NamedDebuggers
Set debugging for outputting all isActive queries.
setDebug(Appendable, boolean) - Method in class com.github.aliteralmind.codelet.CodeletTemplateBase
 
setDebug(Appendable, Appendable) - Method in class com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTerm
 
setDebugOn(boolean) - Method in class com.github.aliteralmind.codelet.CodeletTemplateBase
 
setFullyProcessedOutput(String) - Method in class com.github.aliteralmind.codelet.TagletOfTypeProcessor
 
SimpleMethodSigFormatException - Exception in com.github.aliteralmind.codelet.simplesig
Indicates a badly formatted SimpleMethodSignature string.
SimpleMethodSigFormatException(Object, String) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleMethodSigFormatException
 
SimpleMethodSigFormatException(Object) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleMethodSigFormatException
 
SimpleMethodSigFormatException(Object, String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleMethodSigFormatException
 
SimpleMethodSigFormatException(Object, Throwable) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleMethodSigFormatException
 
SimpleMethodSignature - Class in com.github.aliteralmind.codelet.simplesig
The pieces that represent a method, containing its return-type, containing-class, function-name, and a comma-delimited, and strictly-formatted string-list of its parameters--parameters which may only be of a primitive type or strings.
SimpleMethodSignature(Class<?>, Class<?>[], String, String, Appendable) - Constructor for class com.github.aliteralmind.codelet.simplesig.SimpleMethodSignature
YYY
SimpleMethodSigNoDefaults - Class in com.github.aliteralmind.codelet.examples.simplesig
Demonstration of com.github.aliteralmind.codelet.simplesig.SimpleMethodSignature, using no defaults (the signature explicitely specifies all elements).
SimpleMethodSigNoDefaults() - Constructor for class com.github.aliteralmind.codelet.examples.simplesig.SimpleMethodSigNoDefaults
 
SimpleMethodSigWithClassDefaults - Class in com.github.aliteralmind.codelet.examples.simplesig
Demonstration of com.github.aliteralmind.codelet.simplesig.SimpleMethodSignature, with no class name (or package name) in the string signature--potential default classes are directly provided.
SimpleMethodSigWithClassDefaults() - Constructor for class com.github.aliteralmind.codelet.examples.simplesig.SimpleMethodSigWithClassDefaults
 
SimpleParamNameSignature - Class in com.github.aliteralmind.codelet.simplesig
A method or constructor signature, using only simple parameter-type names--this can be matched by a SimpleParamSigSearchTerm.
SimpleParamNameSignature(Member, Class<?>[]) - Constructor for class com.github.aliteralmind.codelet.simplesig.SimpleParamNameSignature
Create a new instance from a constructor or method, and its parameter class types.
SimpleParamNameSignature(Member, List<String>) - Constructor for class com.github.aliteralmind.codelet.simplesig.SimpleParamNameSignature
Create a new instance from a method or constructor, and an array of its parameter simple names.
SimpleParamSigSearchTerm - Class in com.github.aliteralmind.codelet.simplesig
For matching a simple-parameter-name signatures with wildcards ('*'), indicating one or more of any parameter type.
SimpleParamSigSearchTerm(String, Appendable, Appendable) - Constructor for class com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTerm
Create a search term.
SimpleParamSigSearchTermFormatException - Exception in com.github.aliteralmind.codelet.simplesig
Indicates a badly formatted search term.
SimpleParamSigSearchTermFormatException(String, String) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTermFormatException
 
SimpleParamSigSearchTermFormatException(String) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTermFormatException
 
SimpleParamSigSearchTermFormatException(String, String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTermFormatException
 
SimpleParamSigSearchTermFormatException(String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTermFormatException
 
Sorted - Enum in com.github.aliteralmind.codelet.simplesig
Should the construtor list be sorted?.
SourceAndOutProcessor - Class in com.github.aliteralmind.codelet.type
Reads a {@.codelet.and.out} taglet and outputs its replacement text.
SourceAndOutProcessor(CodeletInstance) - Constructor for class com.github.aliteralmind.codelet.type.SourceAndOutProcessor
Create a new instance from an CodeletInstance.
SourceAndOutTemplate - Class in com.github.aliteralmind.codelet.type
The text into which {@.codelet.and.out} output (the example-code's console output) is placed.
SourceAndOutTemplate(FeatherTemplate, String, UserExtraGapGetter) - Constructor for class com.github.aliteralmind.codelet.type.SourceAndOutTemplate
Create the first instance.
SourceAndOutTemplate(SourceAndOutTemplate, FeatherTemplate, String) - Constructor for class com.github.aliteralmind.codelet.type.SourceAndOutTemplate
Create the second or subsequent instance.
SourceAndOutTemplate(SourceAndOutTemplate, Appendable) - Constructor for class com.github.aliteralmind.codelet.type.SourceAndOutTemplate
 
SourceCodeProcessor - Class in com.github.aliteralmind.codelet.type
Reads a (source-code) {@.codelet} taglet and outputs its replacement text.
SourceCodeProcessor(CodeletInstance) - Constructor for class com.github.aliteralmind.codelet.type.SourceCodeProcessor
Create a new instance from an CodeletInstance.
SourceCodeTemplate - Class in com.github.aliteralmind.codelet.type
The text into which {@.codelet} output (the example-code's source) is placed.
SourceCodeTemplate(FeatherTemplate, String, UserExtraGapGetter) - Constructor for class com.github.aliteralmind.codelet.type.SourceCodeTemplate
Create the first instance.
SourceCodeTemplate(SourceCodeTemplate, FeatherTemplate, String) - Constructor for class com.github.aliteralmind.codelet.type.SourceCodeTemplate
Create the second or subsequent instance.
SourceCodeTemplate(SourceCodeTemplate, Appendable) - Constructor for class com.github.aliteralmind.codelet.type.SourceCodeTemplate
 
SPLIT_PATTERN - Static variable in enum com.github.aliteralmind.codelet.TemplateOverrides
The pattern to split each line on (after it's trimmed)--Equal to Pattern.compile("(?:\\t|[ \\t]{2,})")
staticToString() - Static method in enum com.github.aliteralmind.codelet.TemplateOverrides
 
STRING_SIGNATURE_REGEX - Static variable in class com.github.aliteralmind.codelet.simplesig.SimpleMethodSignature
Matches a validly formatted string-signature, as required by newFromStringAndDefaults.
A B C D E F G H I J L M N O P R S T U V W Z 


Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

https://github.com/aliteralmind/codelet