fit
Class Argument

java.lang.Object
  extended by fit.Argument

public class Argument
extends java.lang.Object


Constructor Summary
Argument(Parse cell)
           
 
Method Summary
 Parse getCell()
           
 boolean isException()
           
 boolean isRight()
           
 boolean isWrong()
           
 void setException(boolean exception)
           
 void setRight(boolean right)
           
 void setWrong(boolean wrong)
           
 java.lang.String text()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument

public Argument(Parse cell)
Method Detail

isRight

public boolean isRight()

setRight

public void setRight(boolean right)

isException

public boolean isException()

setException

public void setException(boolean exception)

isWrong

public boolean isWrong()

setWrong

public void setWrong(boolean wrong)

getCell

public Parse getCell()

text

public java.lang.String text()


Copyright © 2009 SourceForge. All Rights Reserved.