public class GenericOperationCompiler extends AbstractOperationCompiler
dependencies, operations, runtimeContext, UNSUPPORTED_TYPE_MESSAGE, variableBindings
Constructor and Description |
---|
GenericOperationCompiler(IQueryRuntimeContext runtimeContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
createCheck(TypeConstraint typeConstraint,
java.util.Map<PVariable,java.lang.Integer> variableMapping) |
protected void |
createCheck(TypeFilterConstraint typeConstraint,
java.util.Map<PVariable,java.lang.Integer> variableMapping) |
protected void |
createExtend(TypeConstraint typeConstraint,
java.util.Map<PVariable,java.lang.Integer> variableMapping) |
protected void |
createUnaryTypeCheck(IInputKey inputKey,
int position) |
compile, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createCheck, createExtend, createExtend, createExtend, createExtend, createExtend, createExtend, createExtend, createExtendDispatcher, getDependencies, getVariableMappings
public GenericOperationCompiler(IQueryRuntimeContext runtimeContext)
protected void createCheck(TypeFilterConstraint typeConstraint, java.util.Map<PVariable,java.lang.Integer> variableMapping)
createCheck
in class AbstractOperationCompiler
protected void createCheck(TypeConstraint typeConstraint, java.util.Map<PVariable,java.lang.Integer> variableMapping)
createCheck
in class AbstractOperationCompiler
protected void createUnaryTypeCheck(IInputKey inputKey, int position)
createUnaryTypeCheck
in class AbstractOperationCompiler
protected void createExtend(TypeConstraint typeConstraint, java.util.Map<PVariable,java.lang.Integer> variableMapping)
createExtend
in class AbstractOperationCompiler