Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.StrategyCallExpression.Type
-
Packages that use StrategyCallExpression.Type Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of StrategyCallExpression.Type in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as StrategyCallExpression.Type Modifier and Type Field Description private StrategyCallExpression.TypeStrategyCallExpression. typeMethods in net.ssehub.easy.instantiation.core.model.buildlangModel that return StrategyCallExpression.Type Modifier and Type Method Description StrategyCallExpression.TypeStrategyCallExpression. getType()Returns the type of this call.static StrategyCallExpression.TypeStrategyCallExpression.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StrategyCallExpression.Type[]StrategyCallExpression.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-