Package | Description |
---|---|
com.dtflys.forest.mapping |
Modifier and Type | Field and Description |
---|---|
protected MappingIdentity |
MappingDot.right |
Modifier and Type | Method and Description |
---|---|
MappingIdentity |
MappingTemplate.parseIdentity() |
Modifier and Type | Method and Description |
---|---|
Method |
MappingDot.getPropMethodFromClass(Class clazz,
MappingIdentity right) |
MappingInvoke |
MappingTemplate.parseInvokeParams(VariableScope variableScope,
MappingExpr left,
MappingIdentity name) |
MappingInvoke |
MappingTemplate.parseMethodParams_inner(VariableScope variableScope,
MappingExpr left,
MappingIdentity name,
List<MappingExpr> argExprList) |
Constructor and Description |
---|
MappingDot(ForestMethod forestMethod,
Token token,
VariableScope variableScope,
MappingExpr left,
MappingIdentity right) |
MappingDot(ForestMethod forestMethod,
VariableScope variableScope,
MappingExpr left,
MappingIdentity right) |
MappingFilterInvoke(ForestMethod<?> forestMethod,
VariableScope variableScope,
MappingIdentity name,
List<MappingExpr> argList) |
MappingInvoke(ForestMethod<?> forestMethod,
Token token,
VariableScope variableScope,
MappingExpr left,
MappingIdentity name,
List<MappingExpr> argList) |
MappingInvoke(ForestMethod<?> forestMethod,
VariableScope variableScope,
MappingExpr left,
MappingIdentity name,
List<MappingExpr> argList) |
Copyright © 2022. All rights reserved.