Uses of Enum Class
com.graphhopper.json.Statement.Op
Packages that use Statement.Op
-
Uses of Statement.Op in com.graphhopper.json
Methods in com.graphhopper.json that return Statement.OpModifier and TypeMethodDescriptionStatement.operation()
Returns the value of theoperation
record component.static Statement.Op
Returns the enum constant of this class with the specified name.static Statement.Op[]
Statement.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.json with parameters of type Statement.OpModifier and TypeMethodDescriptionstatic Statement
Statement.Else
(Statement.Op op, String value) static Statement
Statement.ElseIf
(String expression, Statement.Op op, String value) static Statement
Statement.If
(String expression, Statement.Op op, String value) Constructors in com.graphhopper.json with parameters of type Statement.OpModifierConstructorDescriptionStatement
(Statement.Keyword keyword, String condition, Statement.Op operation, String value, List<Statement> doBlock) Creates an instance of aStatement
record class.