Module colesico.framework.service
Class TeleParamElement
- java.lang.Object
-
- colesico.framework.service.codegen.model.TeleVarElement
-
- colesico.framework.service.codegen.model.TeleParamElement
-
public final class TeleParamElement extends TeleVarElement
-
-
Field Summary
-
Fields inherited from class colesico.framework.service.codegen.model.TeleVarElement
originVariable, parentTeleMethod, parentVariable
-
-
Constructor Summary
Constructors Constructor Description TeleParamElement(colesico.framework.assist.codegen.model.VarElement originVariable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.CodeBlockgetReadingContext()voidsetReadingContext(com.squareup.javapoet.CodeBlock readingContext)-
Methods inherited from class colesico.framework.service.codegen.model.TeleVarElement
getOriginVariable, getParentTeleMethod, getParentVariable, setParentVariable, toString
-
-