| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.lib | |
| org.eclipse.xtext.xbase.lib.internal |
| Class and Description |
|---|
| Conversions.WrappedArray
A list that is completely backed by an array and that provides access to that array.
|
| Conversions.WrappedPrimitiveArray
A list that is completely backed by an array of primitives and that provides access to that array.
|
| ExclusiveRange
A sequence of integers starting from
start to end counting up or down. |
| Functions.Function0
A function without any parameters.
|
| Functions.Function1
A function that takes one argument.
|
| Functions.Function2
A function that takes two arguments.
|
| Functions.Function3
A function that takes three arguments.
|
| Functions.Function4
A function that takes four arguments.
|
| Functions.Function5
A function that takes five arguments.
|
| Functions.Function6
A function that takes six arguments.
|
| Inline
Allows to describe how a certain static function should be inlined by the Xbase compiler.
|
| IntegerRange
A sequence of integers starting from
start up to end with an increment of step. |
| Pair |
| Procedures.Procedure0
A procedure without any parameters, e.g. a
Runnable. |
| Procedures.Procedure1
A procedure that takes one argument.
|
| Procedures.Procedure2
A procedure that takes two arguments.
|
| Procedures.Procedure3
A procedure that takes three arguments.
|
| Procedures.Procedure4
A procedure that takes four arguments.
|
| Procedures.Procedure5
A procedure that takes five arguments.
|
| Procedures.Procedure6
A procedure that takes six arguments.
|
| Pure
The annotated constructor or method causes no externally visible side-effects and
does not mutate non-local state.
|
| Class and Description |
|---|
| Functions.Function1
A function that takes one argument.
|
Copyright © 2015. All Rights Reserved.