Uses of Class
com.epimorphics.sparql.exprs.Op.OpType
-
Packages that use Op.OpType Package Description com.epimorphics.sparql.exprs -
-
Uses of Op.OpType in com.epimorphics.sparql.exprs
Methods in com.epimorphics.sparql.exprs that return Op.OpType Modifier and Type Method Description static Op.OpTypeOp.OpType. valueOf(String name)Returns the enum constant of this type with the specified name.static Op.OpType[]Op.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.epimorphics.sparql.exprs with parameters of type Op.OpType Constructor Description Op(Op.OpType type, int precedence, String name)Op(Op.OpType type, String name)
-