- OBJECT - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
- object - Variable in class high.mackenzie.autumn.resources.InstanceFieldTester
-
Test Field.
- object - Static variable in class high.mackenzie.autumn.resources.StaticFieldTester
-
Test Field.
- OnceExpression - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents a once-expression.
- OnceExpression() - Constructor for class autumn.lang.compiler.ast.nodes.OnceExpression
-
- Operators - Class in autumn.lang.internals
-
This class provides static method in order to implement Autumn's operators.
- Operators() - Constructor for class autumn.lang.internals.Operators
-
- OPERATORS - Variable in class high.mackenzie.autumn.lang.compiler.utils.TypeSystemUtils
-
- or(boolean, boolean) - Static method in class autumn.lang.internals.Operators
-
Logical-OR Operation
- or(long, long) - Static method in class autumn.util.Bitwise
-
This method performs a bitwise logical-OR.
- Ordering - Class in autumn.util.functors
-
- Ordering(TypedFunctor) - Constructor for class autumn.util.functors.Ordering
-
Sole Constructor.
- OrOperation - Class in autumn.lang.compiler.ast.nodes
-
An instance of this class is an AST node that represents the logical-OR operator.
- OrOperation() - Constructor for class autumn.lang.compiler.ast.nodes.OrOperation
-
- owner() - Method in interface autumn.lang.Delegate
-
This method retrieves the type that owns the method that is invoked by this delegate.
- owner() - Method in class autumn.lang.internals.ModuleDelegate
-
This method retrieves the type that owns the method that is invoked by this delegate.
- owner - Variable in class high.mackenzie.autumn.lang.compiler.utils.GetterMethod
-
This is the type that declares the getter.
- owner - Variable in class high.mackenzie.autumn.lang.compiler.utils.SetterMethod
-
This is the type that declares the getter.