Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.ContentStatement.LineEndType
-
Packages that use ContentStatement.LineEndType Package Description net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of ContentStatement.LineEndType in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as ContentStatement.LineEndType Modifier and Type Field Description private ContentStatement.LineEndTypeTemplateLangExecution. lastContentLineEndTypeprivate ContentStatement.LineEndTypeContentStatement. lineEndTypeMethods in net.ssehub.easy.instantiation.core.model.templateModel that return ContentStatement.LineEndType Modifier and Type Method Description ContentStatement.LineEndTypeContentStatement. getLineEndType()Returns the line end type.static ContentStatement.LineEndTypeContentStatement.LineEndType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentStatement.LineEndType[]ContentStatement.LineEndType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type ContentStatement.LineEndType Constructor Description ContentStatement(CompositeExpression content, java.lang.String terminal, Expression indentExpression, ContentStatement.LineEndType lineEndType, ILanguageElement parent)Creates a new content statement.
-