Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.SwitchStatement.Alternative
-
Packages that use SwitchStatement.Alternative Package Description net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of SwitchStatement.Alternative in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as SwitchStatement.Alternative Modifier and Type Field Description private SwitchStatement.Alternative[]SwitchStatement. alternativesMethods in net.ssehub.easy.instantiation.core.model.templateModel that return SwitchStatement.Alternative Modifier and Type Method Description SwitchStatement.AlternativeSwitchStatement. getAlternative(int index)Get the alternative of this statement at the specified index.static SwitchStatement.Alternative[]SwitchStatement. toArray(java.util.List<SwitchStatement.Alternative> alternatives)Transforms the given alternatives into an array.Method parameters in net.ssehub.easy.instantiation.core.model.templateModel with type arguments of type SwitchStatement.Alternative Modifier and Type Method Description static SwitchStatement.Alternative[]SwitchStatement. toArray(java.util.List<SwitchStatement.Alternative> alternatives)Transforms the given alternatives into an array.Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type SwitchStatement.Alternative Constructor Description SwitchStatement(Expression switchExpression, VariableDeclaration implicitVar, SwitchStatement.Alternative[] alternatives)Creates a new switch expression.Constructor parameters in net.ssehub.easy.instantiation.core.model.templateModel with type arguments of type SwitchStatement.Alternative Constructor Description SwitchStatement(Expression switchExpression, VariableDeclaration implicitVar, java.util.List<SwitchStatement.Alternative> alternatives)Creates a new switch expression.
-