|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.bool.BooleanExpression
de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator
de.xabsl.jxabsl.expression.bool.NotEqualToOperator
public class NotEqualToOperator
Represents an 'not-equal-to' expression
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator |
---|
operand1, operand2 |
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression |
---|
debug |
Constructor Summary | |
---|---|
NotEqualToOperator(DebugMessages debug)
|
Method Summary | |
---|---|
boolean |
getValue()
Returns the value of the boolean expression. |
Methods inherited from class de.xabsl.jxabsl.expression.bool.RelationalAndEqualityOperator |
---|
create, toString |
Methods inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression |
---|
create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotEqualToOperator(DebugMessages debug)
Method Detail |
---|
public boolean getValue()
BooleanExpression
getValue
in class BooleanExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |