JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.jena_sparql_api.conjure.entity.algebra
Interface OpVisitor<T>
All Known Implementing Classes:
HasherBase
,
OpExecutor
public interface
OpVisitor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
visit
(
OpCode
op)
T
visit
(
OpConvert
op)
T
visit
(
OpPath
op)
T
visit
(
OpValue
op)
Method Details
visit
T
visit
(
OpCode
op)
visit
T
visit
(
OpConvert
op)
visit
T
visit
(
OpValue
op)
visit
T
visit
(
OpPath
op)