class SparqlParser extends OpVisitorBase with Serializable
Read sparql query from a file and convert to Op expressions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparqlParser
- Serializable
- Serializable
- OpVisitorBase
- OpVisitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOp: Op
- def getOps: Queue[Ops]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(opUnion: OpUnion): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opSlice: OpSlice): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opReduced: OpReduced): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opProject: OpProject): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opOrder: OpOrder): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opMinus: OpMinus): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opLeftJoin: OpLeftJoin): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opGroup: OpGroup): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opFilter: OpFilter): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opExtend: OpExtend): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opDistinct: OpDistinct): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(opBGP: OpBGP): Unit
- Definition Classes
- SparqlParser → OpVisitorBase → OpVisitor
-
def
visit(arg0: OpTopN): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpList): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpFind): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpAssign): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpLabel): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpNull): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpTable): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpDatasetNames): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpService): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpGraph): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpDiff): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpConditional): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpDisjunction): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpSequence): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpJoin): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpPropFunc): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpProcedure): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpPath): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpQuad): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpTriple): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpQuadBlock): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpQuadPattern): Unit
- Definition Classes
- OpVisitorBase → OpVisitor
-
def
visit(arg0: OpExt): Unit
- Definition Classes
- OpVisitor
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()