类 MappingDot
java.lang.Object
com.dtflys.forest.mapping.MappingExpr
com.dtflys.forest.mapping.MappingDot
- 直接已知子类:
MappingInvoke
- 从以下版本开始:
- 2016-06-12
- 作者:
- gongjun
-
字段概要
字段从类继承的字段 com.dtflys.forest.mapping.MappingExpr
forestMethod, variableScope -
构造器概要
构造器限定符构造器说明MappingDot(ForestMethod forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity right) protectedMappingDot(ForestMethod forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity right) -
方法概要
修饰符和类型方法说明getPropMethodFromClass(Class clazz, MappingIdentity right) booleanvoidsetVariableScope(VariableScope variableScope) toString()
-
字段详细资料
-
left
-
right
-
-
构造器详细资料
-
MappingDot
public MappingDot(ForestMethod forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity right) -
MappingDot
protected MappingDot(ForestMethod forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity right)
-
-
方法详细资料
-
getPropMethodFromClass
-
setVariableScope
- 覆盖:
setVariableScope在类中MappingExpr
-
isIterateVariable
public boolean isIterateVariable()- 指定者:
isIterateVariable在类中MappingExpr
-
render
- 覆盖:
render在类中MappingExpr
-
toString
-