Class IrNot
java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.IrNode
org.eclipse.rdf4j.queryrender.sparql.ir.IrNot
Structured FILTER body representing logical NOT applied to an inner body (e.g., NOT EXISTS {...}).
-
Field Summary
Fields inherited from class IrNode
_className -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInner()voidDefault no-op printing; concrete nodes override.Function-style child transformation hook used by the transform pipeline to descend into nested structures.Methods inherited from class IrNode
getVars, isNewScope, setNewScope
-
Constructor Details
-
IrNot
-
-
Method Details
-
getInner
-
print
-
transformChildren
Description copied from class:IrNodeFunction-style child transformation hook used by the transform pipeline to descend into nested structures. Contract: - Leaf nodes returnthisunchanged. - Container nodes return a new instance with their immediate children transformed using the provided operator. - Implementations must not mutatethisor its existing children.- Overrides:
transformChildrenin classIrNode
-