|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.blocks.functionParser.BoolExpr
de.grogra.blocks.functionParser.UnaryBoolExpr
de.grogra.blocks.functionParser.Not
public class Not
| Field Summary |
|---|
| Fields inherited from class de.grogra.blocks.functionParser.UnaryBoolExpr |
|---|
operand |
| Constructor Summary | |
|---|---|
Not(BoolExpr operand)
|
|
| Method Summary | |
|---|---|
boolean |
eval()
|
java.lang.String |
toString()
|
| Methods inherited from class de.grogra.blocks.functionParser.UnaryBoolExpr |
|---|
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 |
|---|
public Not(BoolExpr operand)
| Method Detail |
|---|
public boolean eval()
eval in class BoolExprpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||