| Home >> All >> nice >> [ lang Javadoc ] |
| | nice.lang.inline.* (19) |
nice.lang: Javadoc index of package nice.lang.
Package Samples:
nice.lang.inline
Classes:
Assert: Test a boolean assertion, and raise an error if it is false. Do no throw a java.lang.AssertionError, since that class is only available in JDK 1.4 and later. Instead throw a nice.lang.AssertionFailed.
OptionOr: e1 || e2 Evaluate e1, and return it if it is not null (without evaluating e2). Otherwise evaluate e2 and return it.
rawArray: Class used to wrap native arrays when considered as part of the collection hierarchy.
Native: Basic functions, some targeted for inlining some time in the future...
Nop: Just compiles its argument, producing no bytecode itself.
CompOp: Inlining of native numeric types comparison operators.
BoolNotOp: Inlining of native unary boolean operators.
NumOp: Inlining of native numeric types operators.
ShortCircuitOp: Inlining of native short-circuit operators.
Tools: Utility functions for inlined operators.
ReferenceOp: Inlining of native reference operators.
BoolOp: Inlining of native boolean operators.
ArraySetOp: Inlining of array write access.
ArrayGetOp: Inlining of array read access.
ArrayLength
BitOp
Class
Instanceof
Return
Throw
UnaryNumOp
| Home | Contact Us | Privacy Policy | Terms of Service |