Package org.evrete.api
Interface LiteralExpression
-
public interface LiteralExpressionA convenience wrapper for literal expressions. It combines the expression itself and its surrounding context, e.g. a
Rule
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description RulegetContext()StringgetSource()static LiteralExpressionof(String source, Rule context)
-
-
-
Method Detail
-
getSource
String getSource()
-
getContext
Rule getContext()
-
of
static LiteralExpression of(String source, Rule context)
-
-