Class PythonCodeElement
java.lang.Object
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeElement
- All Implemented Interfaces:
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider,net.ssehub.easy.instantiation.core.model.vilTypes.IVilType,IPythonCodeElement,Storable
- Direct Known Subclasses:
PythonCodeAssert,PythonCodeClass,PythonCodeDelete,PythonCodeExpr,PythonCodeFnCall.NamedArgument,PythonCodeGlobal,PythonCodeMatch,PythonCodeNonLocal,PythonCodeParamSpec,PythonCodeRaise,PythonCodeSingleLineComment,PythonCodeStmt,PythonCodeTypeAlias,PythonCodeWith.PythonCodeWithItem
Represents a Python code element in VTL.
- Author:
- Kevin Schaperjahn
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider
net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider.StringComparator -
Field Summary
FieldsFields inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeElement
KEY_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.IPythonCodeElement
addAll, getSortKey, getStringValue, getTopClass, getTracerStringValue, hasPythondocComment, isAttribute, isBlock, isClass, isEmptyLine, moveToAttributes, moveToImportsMethods inherited from interface net.ssehub.easy.instantiation.python.codeArtifacts.Storable
getElementCount, store, toCode
-
Field Details
-
parent
-
-
Constructor Details
-
PythonCodeElement
-
-
Method Details
-
getArtifact
- Specified by:
getArtifactin interfaceIPythonCodeElement
-
getParent
- Specified by:
getParentin interfaceIPythonCodeElement
-
setParent
- Specified by:
setParentin interfaceIPythonCodeElement
-