|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterpreterUtilities.BitwiseOperation | |
| koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
| Uses of InterpreterUtilities.BitwiseOperation in koala.dynamicjava.interpreter |
| Subclasses of InterpreterUtilities.BitwiseOperation in koala.dynamicjava.interpreter | |
protected static class |
InterpreterUtilities.BitAndOperation
To encapsulate & |
protected static class |
InterpreterUtilities.BitOrOperation
To encapsulate | |
protected static class |
InterpreterUtilities.XOrOperation
To encapsulate ^ |
| Methods in koala.dynamicjava.interpreter with parameters of type InterpreterUtilities.BitwiseOperation | |
protected static java.lang.Object |
InterpreterUtilities.bitwiseOperation(java.lang.Class c,
java.lang.Object l,
java.lang.Object r,
InterpreterUtilities.BitwiseOperation o)
Returns the value of a bitwise operation |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||