Uses of Class
colesico.framework.service.codegen.model.TeleMethodElement
-
-
Uses of TeleMethodElement in colesico.framework.service.codegen.generator
Methods in colesico.framework.service.codegen.generator with parameters of type TeleMethodElement Modifier and Type Method Description protected com.squareup.javapoet.CodeBlockTeleFacadesGenerator. generateBinderBody(TeleMethodElement teleMethod) -
Uses of TeleMethodElement in colesico.framework.service.codegen.model
Fields in colesico.framework.service.codegen.model declared as TeleMethodElement Modifier and Type Field Description protected TeleMethodElementTeleVarElement. parentTeleMethodMethods in colesico.framework.service.codegen.model that return TeleMethodElement Modifier and Type Method Description TeleMethodElementTeleVarElement. getParentTeleMethod()Methods in colesico.framework.service.codegen.model that return types with arguments of type TeleMethodElement Modifier and Type Method Description colesico.framework.assist.Elements<TeleMethodElement>TeleFacadeElement. getTeleMethods()Methods in colesico.framework.service.codegen.model with parameters of type TeleMethodElement Modifier and Type Method Description voidTeleFacadeElement. addTeleMethod(TeleMethodElement teleMethod) -
Uses of TeleMethodElement in colesico.framework.service.codegen.modulator
Methods in colesico.framework.service.codegen.modulator with parameters of type TeleMethodElement Modifier and Type Method Description voidModulatorKit. notifyAddTeleMethod(TeleMethodElement teleMethod)voidModulator. onAddTeleMethod(TeleMethodElement teleMethod) -
Uses of TeleMethodElement in colesico.framework.service.codegen.parser
Methods in colesico.framework.service.codegen.parser with parameters of type TeleMethodElement Modifier and Type Method Description protected voidTeleFacadesParser. addTeleMethodParams(TeleMethodElement teleMethod)protected TeleVarElementTeleFacadesParser. createTeleVarElement(TeleMethodElement teleMethod, TeleVarElement parentTeleVar, Deque<colesico.framework.assist.codegen.model.VarElement> varStack)
-