com.hp.hpl.jena.sparql.algebra.op
Class OpExtendAssign

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.PrintSerializableBase
      extended by com.hp.hpl.jena.sparql.algebra.op.OpBase
          extended by com.hp.hpl.jena.sparql.algebra.op.Op1
              extended by com.hp.hpl.jena.sparql.algebra.op.OpExtendAssign
All Implemented Interfaces:
Op, Named, PrintSerializable, Printable
Direct Known Subclasses:
OpAssign, OpExtend

public abstract class OpExtendAssign
extends Op1


Method Summary
abstract  OpExtendAssign copy(Op subOp, VarExprList varExprList)
           
 VarExprList getVarExprList()
           
 int hashCode()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.Op1
apply, copy, getSubOp
 
Methods inherited from class com.hp.hpl.jena.sparql.algebra.op.OpBase
equals, equalTo, output, output
 
Methods inherited from class com.hp.hpl.jena.sparql.util.PrintSerializableBase
toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sparql.algebra.Op
visit
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.PrintSerializable
toString
 
Methods inherited from interface com.hp.hpl.jena.sparql.util.Named
getName
 

Method Detail

getVarExprList

public final VarExprList getVarExprList()

hashCode

public final int hashCode()
Specified by:
hashCode in class OpBase

copy

public abstract OpExtendAssign copy(Op subOp,
                                    VarExprList varExprList)


Licenced under the Apache License, Version 2.0