See: Description
| Class | Description |
|---|---|
| AllSimpleParamSignatures |
All constructors and methods in a class.
|
| ConstructorParamSearchTerm |
For matching one or more
ConstructorSimpleParamSig. |
| ConstructorSimpleParamSig |
Simple-parameter-name signature for a constructor.
|
| MethodSigSearchTerm |
Search term for methods.
|
| MethodSimpleParamSig |
Simple-parameter-name signature for a function.
|
| SimpleMethodSignature |
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.
|
| SimpleParamNameSignature |
A method or constructor signature, using only simple parameter-type names--this can be matched by a
SimpleParamSigSearchTerm. |
| SimpleParamSigSearchTerm |
For matching a simple-parameter-name signatures with wildcards (
'*'), indicating one or more of any parameter type. |
| zCodeletCustomizers |
Custom customizers used throughout
com.github.xbn.linefilter. |
| Enum | Description |
|---|---|
| CrashIfMoreThanOne |
If more than one match, crash?.
|
| CrashIfZero |
If zero matches, crash?.
|
| Immutable |
Should the constructor list be immutable?.
|
| Sorted |
Should the construtor list be sorted?.
|
| Exception | Description |
|---|---|
| SimpleMethodSigFormatException |
Indicates a badly formatted
SimpleMethodSignature string. |
| SimpleParamSigSearchTermFormatException |
Indicates a badly formatted search term.
|
Generically-useful utilities for searching among methods with parameter wildcards, and for specifying and invoking "simplified" method signatures, which accept only primitives and non-null strings.
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet