Package de.redsix.dmncheck.util
Class TopLevelExpressionLanguage
- java.lang.Object
-
- de.redsix.dmncheck.util.TopLevelExpressionLanguage
-
public class TopLevelExpressionLanguage extends Object
-
-
Field Summary
Fields Modifier and Type Field Description @Nullable StringtopLevelExpressionLanguage
-
Constructor Summary
Constructors Constructor Description TopLevelExpressionLanguage(@Nullable String topLevelExpressionLanguage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiontoExpression(org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)ExpressiontoExpression(org.camunda.bpm.model.dmn.instance.UnaryTests unaryTests)
-
-
-
Field Detail
-
topLevelExpressionLanguage
public final @Nullable String topLevelExpressionLanguage
-
-
Constructor Detail
-
TopLevelExpressionLanguage
public TopLevelExpressionLanguage(@Nullable String topLevelExpressionLanguage)
-
-
Method Detail
-
toExpression
public Expression toExpression(org.camunda.bpm.model.dmn.instance.UnaryTests unaryTests)
-
toExpression
public Expression toExpression(org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
-
-