de.grogra.blocks.functionParser
Class GG_L

java.lang.Object
  extended by de.grogra.blocks.functionParser.BoolExpr
      extended by de.grogra.blocks.functionParser.BinaryBoolExpr
          extended by de.grogra.blocks.functionParser.GG_L

public class GG_L
extends BinaryBoolExpr


Field Summary
 
Fields inherited from class de.grogra.blocks.functionParser.BinaryBoolExpr
left, right
 
Constructor Summary
GG_L(BoolExpr left, BoolExpr right)
           
 
Method Summary
 boolean eval()
           
 java.lang.String toString()
           
 
Methods inherited from class de.grogra.blocks.functionParser.BinaryBoolExpr
setD, setH, setHl, setI, setN1, setN2, setN3, setP, setPreI, setX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GG_L

public GG_L(BoolExpr left,
            BoolExpr right)
Method Detail

eval

public boolean eval()
Specified by:
eval in class BoolExpr

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object