|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfit.Argument
public class Argument
| 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 |
|---|
public Argument(Parse cell)
| Method Detail |
|---|
public boolean isRight()
public void setRight(boolean right)
public boolean isException()
public void setException(boolean exception)
public boolean isWrong()
public void setWrong(boolean wrong)
public Parse getCell()
public java.lang.String text()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||