Uses of Record Class
com.graphhopper.json.Statement
Packages that use Statement
-
Uses of Statement in com.graphhopper.json
Methods in com.graphhopper.json that return StatementModifier and TypeMethodDescriptionstatic Statement
Statement.Else
(Statement.Op op, String value) static Statement
static Statement
Statement.ElseIf
(String expression, Statement.Op op, String value) static Statement
static Statement
Statement.If
(String expression, Statement.Op op, String value) static Statement
Methods in com.graphhopper.json that return types with arguments of type StatementModifier and TypeMethodDescriptionStatement.doBlock()
Returns the value of thedoBlock
record component.Method parameters in com.graphhopper.json with type arguments of type StatementConstructor parameters in com.graphhopper.json with type arguments of type StatementModifierConstructorDescriptionStatement
(Statement.Keyword keyword, String condition, Statement.Op operation, String value, List<Statement> doBlock) Creates an instance of aStatement
record class. -
Uses of Statement in com.graphhopper.util
Methods in com.graphhopper.util that return types with arguments of type StatementMethods in com.graphhopper.util with parameters of type StatementModifier and TypeMethodDescriptionCustomModel.addToPriority
(Statement st) CustomModel.addToSpeed
(Statement st)