Interface Storable
- All Known Subinterfaces:
IPythonCodeElement,IPythonCodeImport,IPythonCodeTypeSpec
- All Known Implementing Classes:
PythonCodeAlternative,PythonCodeArtifact,PythonCodeAssert,PythonCodeAssign,PythonCodeBlock,PythonCodeClass,PythonCodeConstructorCall,PythonCodeDecorator,PythonCodeDecoratorArg,PythonCodeDelete,PythonCodeDocComment,PythonCodeElement,PythonCodeEnum,PythonCodeEnum.PythonCodeEnumLiteral,PythonCodeExpr,PythonCodeFnCall,PythonCodeFnCall.NamedArgument,PythonCodeForLoop,PythonCodeFunction,PythonCodeGlobal,PythonCodeImport,PythonCodeLambdaExpr,PythonCodeMatch,PythonCodeMatch.PythonCodeCase,PythonCodeNonLocal,PythonCodeParamSpec,PythonCodeRaise,PythonCodeSingleLineComment,PythonCodeStmt,PythonCodeText,PythonCodeTryBlock,PythonCodeTryBlock.PythonCodeExceptBlock,PythonCodeTypeAlias,PythonCodeTypeSpec,PythonCodeWhileLoop,PythonCodeWith,PythonCodeWith.PythonCodeWithItem
public interface Storable
-
Method Summary
-
Method Details
-
store
void store(net.ssehub.easy.instantiation.core.model.templateModel.CodeWriter out) -
getElementCount
default int getElementCount() -
toCode
-
getString
-