| Package | Description |
|---|---|
| xyz.cofe.cli |
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionBuilder.MethodCall |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> |
FunctionBuilder.builder |
| Modifier and Type | Method and Description |
|---|---|
Function[] |
FunctionBuilder.create(Object owner,
Class<? extends Annotation> ann) |
Function |
FunctionBuilder.create(Object owner,
Method method) |
Function[] |
FunctionBuilder.create(Object owner,
xyz.cofe.collection.Predicate<Method> mfilter) |
Function |
FunctionSetHelper.first() |
Function |
FunctionCall.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.and(xyz.cofe.collection.Predicate<Function>... src) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.argumentsCountFilter(int count) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.argumentsCountFilter(xyz.cofe.collection.Predicate<Integer> countPred) |
Iterable<Function> |
FunctionSetHelper.filter(Iterable<Function> src,
xyz.cofe.collection.Predicate<Function> f) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.functionArgumentFilter(int argumentIndex,
xyz.cofe.collection.Predicate<Class> argType) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.functionArgumentsFilter(xyz.cofe.collection.Predicate<Class>... argTypes) |
Iterable<Function> |
FunctionSetHelper.functions() |
xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> |
FunctionBuilder.getBuilder() |
Iterable<Function> |
FunctionSetImpl.getFunctions() |
Iterable<Function> |
FunctionSet.getFunctions() |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.in(Iterable<Function> src) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.not(xyz.cofe.collection.Predicate<Function> src) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.operatorFilter() |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.or(xyz.cofe.collection.Predicate<Function>... src) |
| Modifier and Type | Method and Description |
|---|---|
void |
Memory.add(String key,
Function fun) |
protected FunctionCall |
TraceParser.functionCall(xyz.cofe.collection.Pointer<xyz.cofe.text.parser.Token> ptr,
Function fun) |
protected FunctionCall |
Parser.functionCall(xyz.cofe.collection.Pointer<xyz.cofe.text.parser.Token> ptr,
Function fun) |
String |
Declaration.getDeclareOf(Function fun) |
protected String |
Declaration.getDeclareOfCommand(Function fun) |
protected String |
Declaration.getDeclareOfOperator(Function fun) |
protected String |
Memory.getFunTypeDesc(Function fun) |
String |
Declaration.getParamNameOf(Function fun,
int paramIndex) |
void |
FunctionCall.setFunction(Function function) |
protected void |
TraceParser.traceMethodEnter(String method,
xyz.cofe.collection.Pointer<xyz.cofe.text.parser.Token> ptr,
Function fun) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Function> |
FunctionSetHelper.filter(Iterable<Function> src,
xyz.cofe.collection.Predicate<Function> f) |
Iterable<Function> |
FunctionSetHelper.filter(Iterable<Function> src,
xyz.cofe.collection.Predicate<Function> f) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.in(Iterable<Function> src) |
xyz.cofe.collection.Predicate<Function> |
FunctionSetHelper.not(xyz.cofe.collection.Predicate<Function> src) |
void |
FunctionBuilder.setBuilder(xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> builder) |
| Constructor and Description |
|---|
FunctionSetHelper(Iterable<Function> funitr) |
FunctionSetHelper(Map<String,Set<Function>> map) |
Copyright © 2017. All rights reserved.