Uses of Class
org.basex.query.expr.CmpG
Packages that use CmpG
-
Uses of CmpG in org.basex.query.expr
Subclasses of CmpG in org.basex.query.exprModifier and TypeClassDescriptionfinal classGeneral comparison.final classGeneral comparison of two items.Methods in org.basex.query.expr that return CmpGModifier and TypeMethodDescriptionCmpG.copy(CompileContext cc, IntObjMap<Var> vm) CmpHashG.copy(CompileContext cc, IntObjMap<Var> vm) CmpSimpleG.copy(CompileContext cc, IntObjMap<Var> vm) final CmpGCmpG.invert()Methods in org.basex.query.expr with parameters of type CmpGModifier and TypeMethodDescriptionstatic ExprCmpIR.get(CmpG cmp, boolean eq, CompileContext cc) Tries to convert the specified expression into a range expression.