TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.provisional.sun50.fastxpath.operations
Class EGte

java.lang.Object
  extended byorg.eclipse.tptp.platform.provisional.sun50.fastxpath.EExpression
      extended byorg.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EOperation
          extended byorg.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EGte
All Implemented Interfaces:
IExpression

public class EGte
extends EOperation


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EOperation
eLeft, eRight
 
Constructor Summary
EGte(Gte op)
           
 
Method Summary
protected  java.lang.String getOpAsString()
           
 IExpression instance(Expression e)
           
 XObject operate(XObject left, XObject right)
           
 
Methods inherited from class org.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EOperation
compile, execute, getELeft, getERight, getExpression, getLeftOperand, getRightOperand, leftSideSatisfies, linkParent, printGraph, setExpression, setLeftRight
 
Methods inherited from class org.eclipse.tptp.platform.provisional.sun50.fastxpath.EExpression
getParent, indent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGte

public EGte(Gte op)
Parameters:
op -
Method Detail

instance

public IExpression instance(Expression e)
Overrides:
instance in class EOperation
See Also:
org.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EOperation#instance(com.sun.org.apache.xpath.internal.Expression)

operate

public XObject operate(XObject left,
                       XObject right)
                throws javax.xml.transform.TransformerException
Overrides:
operate in class EOperation
Parameters:
left -
right -
Returns:
Throws:
javax.xml.transform.TransformerException
See Also:
org.eclipse.tptp.platform.provisional.sun50.fastxpath.operations.EOperation#operate(com.sun.org.apache.xpath.internal.objects.XObject, com.sun.org.apache.xpath.internal.objects.XObject)

getOpAsString

protected java.lang.String getOpAsString()
Overrides:
getOpAsString in class EOperation

TPTP 4.2.0 Platform Project
Public API Specification