|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--AbstractELOperator
|
+--MultiArgumentOperator
|
+--BitwiseOperator
|
+--BitAnd
| Fields inherited from interface ELOperator |
LARGE_NUMER_OF_ARGUMENTS |
| Constructor Summary | |
BitAnd()
|
|
| Method Summary | |
protected int |
bitwiseOp(int a,
int b)
Override to define your bitwise operator. |
java.lang.String |
description()
An english language description of what this operator does. |
protected java.lang.String |
iconString()
Override to change the string painted for an icon. |
java.lang.String |
name()
Name of this operator (usually the same as unparse()). |
| Methods inherited from class BitwiseOperator |
combine |
| Methods inherited from class MultiArgumentOperator |
apply, checkArguments, clamp, combine, getMaxNumArguments, getMinNumArguments, unparse |
| Methods inherited from class AbstractELOperator |
clamp, hasExternalInfluences, paintIcon |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface ELOperator |
apply, getMaxNumArguments, getMinNumArguments, hasExternalInfluences, paintIcon, unparse |
| Constructor Detail |
public BitAnd()
| Method Detail |
protected final int bitwiseOp(int a,
int b)
bitwiseOp in class BitwiseOperatorpublic java.lang.String name()
ELOperatorname in interface ELOperatorpublic java.lang.String description()
ELOperatordescription in interface ELOperatorprotected java.lang.String iconString()
AbstractELOperatoriconString in class AbstractELOperator
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||