Package org.evrete.api
Interface LiteralExpression
public interface LiteralExpression
A convenience wrapper for literal expressions. It combines the expression itself and its surrounding context,
e.g. a Rule
-
Method Summary
Modifier and TypeMethodDescriptionstatic LiteralExpressionof(String source, NamedType.Resolver context)
-
Method Details
-
getSource
String getSource() -
getContext
NamedType.Resolver getContext() -
of
-