类 MappingInvoke
java.lang.Object
com.dtflys.forest.mapping.MappingExpr
com.dtflys.forest.mapping.MappingDot
com.dtflys.forest.mapping.MappingInvoke
- 直接已知子类:
MappingFilterInvoke
- 从以下版本开始:
- 2018-01-08 18:21
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
字段概要
从类继承的字段 com.dtflys.forest.mapping.MappingDot
left, right从类继承的字段 com.dtflys.forest.mapping.MappingExpr
forestMethod, variableScope -
构造器概要
构造器限定符构造器说明MappingInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList) protectedMappingInvoke(ForestMethod<?> forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList) -
方法概要
从类继承的方法 com.dtflys.forest.mapping.MappingDot
getPropMethodFromClass
-
构造器详细资料
-
MappingInvoke
public MappingInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList) -
MappingInvoke
protected MappingInvoke(ForestMethod<?> forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList)
-
-
方法详细资料
-
getArgList
-
setVariableScope
- 覆盖:
setVariableScope在类中MappingDot
-
render
- 覆盖:
render在类中MappingDot
-
isIterateVariable
public boolean isIterateVariable()- 覆盖:
isIterateVariable在类中MappingDot
-
toString
- 覆盖:
toString在类中MappingDot
-