public interface Expression extends Predicate<Version>
Expression interface is to be implemented
by the nodes of the Abstract Syntax Tree produced by
the ExpressionParser class.| Modifier and Type | Method and Description |
|---|---|
boolean |
interpret(Version version)
Interprets the expression.
|
default boolean |
test(Version version) |
Copyright © 2024. All rights reserved.