A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages

A

add(Object) - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
 
add(String, Object) - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
 
addAll(Collection<? super T>, T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Adds all of the specified elements to the specified collection.
addAll(Collection<T>, Iterable<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Adds all of the specified elements to the specified collection.
addAllFields() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Adds all fields declared in the object's class and its superclasses to the output.
addDeclaredFields() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Adds all fields declared directly in the object's class to the output
addField(String) - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
 
andThen(Functions.Function1<? super V, ? extends T>, Functions.Function1<? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Returns a composed function that first applies the before function to its input, and then applies the after function to the result.
andThen(Functions.Function2<? super V1, ? super V2, ? extends T>, Functions.Function1<? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Returns a composed function that first applies the before function to its input, and then applies the after function to the result.
andThen(Procedures.Procedure0, Procedures.Procedure0) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Returns a composed Procedure1 that performs, in sequence, the before operation followed by the after operation.
andThen(Procedures.Procedure1<? super T>, Procedures.Procedure1<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Returns a composed Procedure1 that performs, in sequence, the before operation followed by the after operation.
append(Object) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the string representation of the given object to this sequence.
append(Object) - Method in interface org.eclipse.xtend2.lib.StringConcatenationClient.TargetStringConcatenation
Append the string representation of the given object to this sequence.
append(Object, int) - Method in class org.eclipse.xtend2.lib.StringConcatenation
 
append(Object, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the string representation of the given object to this sequence.
append(Object, String) - Method in interface org.eclipse.xtend2.lib.StringConcatenationClient.TargetStringConcatenation
Add the string representation of the given object to this sequence.
append(Object, String, int) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the string representation of the given object to this sequence at the given index.
append(String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the given string to this sequence.
append(String, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the given string to this sequence.
append(StringConcatenation) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the contents of a given StringConcatenation to this sequence.
append(StringConcatenationClient) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the contents of a given StringConcatenationClient to this sequence.
append(StringConcatenationClient, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the contents of a given StringConcatenationClient to this sequence.
append(StringConcatenation, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Append the contents of a given StringConcatenation to this sequence.
appendImmediate(Object, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the string representation of the given object to this sequence immediately.
appendImmediate(Object, String) - Method in interface org.eclipse.xtend2.lib.StringConcatenationClient.TargetStringConcatenation
Add the string representation of the given object to this sequence immediately.
appendSegments(int, List<String>) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the list of segments to this sequence at the given index.
appendSegments(int, List<String>, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the list of segments to this sequence at the given index.
appendSegments(String, int, List<String>, String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add the list of segments to this sequence at the given index.
appendTo(StringConcatenationClient.TargetStringConcatenation) - Method in class org.eclipse.xtend2.lib.StringConcatenationClient
Implementors have to override this method and feed the given target instance.
appendTo(StringConcatenationClient, StringConcatenationClient.TargetStringConcatenation) - Static method in class org.eclipse.xtend2.lib.StringConcatenationClient
Delegates to StringConcatenationClient.appendTo(TargetStringConcatenation) to make it publicly accessible.
apply() - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function0
 
apply() - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure0
 
apply(P) - Method in class org.eclipse.xtext.xbase.lib.internal.FunctionDelegate
 
apply(P1, P2) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function2
 
apply(P1, P2) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure2
 
apply(P1, P2, P3) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function3
 
apply(P1, P2, P3) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure3
 
apply(P1, P2, P3, P4) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function4
 
apply(P1, P2, P3, P4) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure4
 
apply(P1, P2, P3, P4, P5) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function5
 
apply(P1, P2, P3, P4, P5) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure5
 
apply(P1, P2, P3, P4, P5, P6) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function6
 
apply(P1, P2, P3, P4, P5, P6) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure6
 
apply(Param) - Method in interface org.eclipse.xtext.xbase.lib.Functions.Function1
 
apply(Param) - Method in interface org.eclipse.xtext.xbase.lib.Procedures.Procedure1
 
apply(T) - Method in class org.eclipse.xtext.xbase.lib.internal.BooleanFunctionDelegate
 
ArrayExtensions - Class in org.eclipse.xtext.xbase.lib
An extension library for arrays, to be used with Xtend.
ArrayExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
ArrayLiterals - Class in org.eclipse.xtext.xbase.lib
Factory methods for arrays.
ArrayLiterals() - Constructor for class org.eclipse.xtext.xbase.lib.ArrayLiterals
 

B

BigDecimalExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for big decimal numbers.
BigDecimalExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
 
BigIntegerExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for big integral numbers.
BigIntegerExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
 
bitwiseAnd(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The bitwise and operation.
bitwiseAnd(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The bitwise and operation.
bitwiseNot(int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The bitwise complement operation.
bitwiseNot(long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The bitwise complement operation.
bitwiseOr(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The bitwise inclusive or operation.
bitwiseOr(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The bitwise inclusive or operation.
bitwiseXor(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The bitwise exclusive or operation.
bitwiseXor(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The bitwise exclusive or operation.
BooleanExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for booleans.
BooleanExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.BooleanExtensions
 
BooleanFunctionDelegate<T> - Class in org.eclipse.xtext.xbase.lib.internal
Internal wrapper to look like a google.collect predicate
BooleanFunctionDelegate(Functions.Function1<? super T, Boolean>) - Constructor for class org.eclipse.xtext.xbase.lib.internal.BooleanFunctionDelegate
Creates a new BooleanFunctionDelegate that wraps the given delegate function.
ByteExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for Byte numbers.
ByteExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ByteExtensions
 

C

CharacterExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for Character numbers.
CharacterExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.CharacterExtensions
 
charAt(int) - Method in class org.eclipse.xtend2.lib.StringConcatenation
clear() - Method in class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
 
clone(boolean[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(byte[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(char[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(double[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(float[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(int[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(long[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(short[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
clone(T[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Clones the array.
CollectionExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for collections.
CollectionExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.CollectionExtensions
 
CollectionLiterals - Class in org.eclipse.xtext.xbase.lib
This is an extension library for collections.
CollectionLiterals() - Constructor for class org.eclipse.xtext.xbase.lib.CollectionLiterals
 
ComparableExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for comparables.
ComparableExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ComparableExtensions
 
compare(T, T) - Method in class org.eclipse.xtext.xbase.lib.internal.KeyComparator
 
compose(Functions.Function1<? super T, ? extends R>, Functions.Function1<? super V, ? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Returns a composed function that first applies the before function to its input, and then applies the after function to the result.
constantExpression() - Method in annotation type org.eclipse.xtext.xbase.lib.Inline
Whether the compiled Java is a constant expression operator.
contains(boolean[], boolean) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(byte[], byte) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(char[], char) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(double[], double) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(float[], float) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(int) - Method in class org.eclipse.xtext.xbase.lib.ExclusiveRange
Checks whether this contains the given number, i.e.
contains(int) - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
Checks whether this contains the given number, i.e.
contains(int[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(long[], long) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(short[], short) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given value.
contains(Iterable<?>, Object) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns true if this Iterable contains the specified element.
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
contains(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
contains(Object[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array contains the given element.
contains(Iterator<?>, Object) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns true if this Iterator contains the specified element.
Conversions - Class in org.eclipse.xtext.xbase.lib
This is a library used to convert arrays to lists and vice versa in a way that keeps the identity of the to-be-converted object.
Conversions.WrappedArray<T> - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array and that provides access to that array.
Conversions.WrappedBooleanArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedByteArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedCharacterArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedDoubleArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedFloatArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedIntegerArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedLongArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
Conversions.WrappedShortArray - Class in org.eclipse.xtext.xbase.lib
A list that is completely backed by an array of primitives and that provides access to that array.
create(boolean[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
Creates a new Conversions.WrappedBooleanArray that is backed by the given primitive array.
create(byte[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
Creates a new Conversions.WrappedByteArray that is backed by the given primitive array.
create(char[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
Creates a new Conversions.WrappedCharacterArray that is backed by the given primitive array.
create(double[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
Creates a new Conversions.WrappedDoubleArray that is backed by the given primitive array.
create(float[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
Creates a new Conversions.WrappedFloatArray that is backed by the given primitive array.
create(int[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
Creates a new Conversions.WrappedIntegerArray that is backed by the given primitive array.
create(long[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
Creates a new Conversions.WrappedLongArray that is backed by the given primitive array.
create(short[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
Creates a new Conversions.WrappedShortArray that is backed by the given primitive array.
create(T[]) - Static method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
Creates a new Conversions.WrappedArray that is backed by the given array.
curry(Functions.Function1<? super P1, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes one argument.
curry(Functions.Function2<? super P1, ? super P2, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes two arguments.
curry(Functions.Function3<? super P1, ? super P2, ? super P3, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes three arguments.
curry(Functions.Function4<? super P1, ? super P2, ? super P3, ? super P4, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes four arguments.
curry(Functions.Function5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes five arguments.
curry(Functions.Function6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6, ? extends RESULT>, P1) - Static method in class org.eclipse.xtext.xbase.lib.FunctionExtensions
Curries a function that takes six arguments.
curry(Procedures.Procedure1<? super P1>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes one argument.
curry(Procedures.Procedure2<? super P1, ? super P2>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes two arguments.
curry(Procedures.Procedure3<? super P1, ? super P2, ? super P3>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes three arguments.
curry(Procedures.Procedure4<? super P1, ? super P2, ? super P3, ? super P4>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes four arguments.
curry(Procedures.Procedure5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes five arguments.
curry(Procedures.Procedure6<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? super P6>, P1) - Static method in class org.eclipse.xtext.xbase.lib.ProcedureExtensions
Curries a procedure that takes six arguments.

D

DEFAULT_LINE_DELIMITER - Static variable in class org.eclipse.xtend2.lib.StringConcatenation
The default line delimiter that is used by instances of StringConcatenation.
DoubleExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for floating point numbers, e.g.
DoubleExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.DoubleExtensions
 
doWrapArray(Object) - Static method in class org.eclipse.xtext.xbase.lib.Conversions
Wraps object in a list if and only if object is an array.
drop(Iterable<T>, int) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a view on this iterable that provides all elements except the first count entries.
drop(Iterator<T>, int) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a view on this iterator that provides all elements except the first count entries.
dropWhile(Iterable<? extends T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns an Iterable containing all elements starting from the first element for which the drop-predicate returned false.
dropWhile(Iterator<? extends T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns an Iterator containing all elements starting from the first element for which the drop-predicate returned false.

E

elementsEqual(Iterable<?>, Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Determines whether two iterables contain equal elements in the same order.
elementsEqual(Iterator<?>, Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Determines whether two iterators contain equal elements in the same order.
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Determines whether two iterators contain equal elements in the same order.
emptyList() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns the empty, immutable list.
emptyMap() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns the empty, immutable map.
emptySet() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns the empty, immutable set.
entrySet() - Method in class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
 
equals(boolean[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(byte[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(char[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(double[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(float[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(int[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(long[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(short[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
equals(Object) - Method in class org.eclipse.xtext.xbase.lib.Pair
 
equals(Object[], Object) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns whether the array and the given other object are identical.
Exceptions - Class in org.eclipse.xtext.xbase.lib
Useful helper methods when dealing with exceptions.
Exceptions() - Constructor for class org.eclipse.xtext.xbase.lib.Exceptions
 
ExclusiveRange - Class in org.eclipse.xtext.xbase.lib
A sequence of integers starting from start to end counting up or down.
ExclusiveRange(int, int, boolean) - Constructor for class org.eclipse.xtext.xbase.lib.ExclusiveRange
Constructs a new ExclusiveRange object.
exists(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns true if one or more elements in iterable satisfy the predicate.
exists(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns true if one or more elements in iterator satisfy the predicate.
Extension - Annotation Type in org.eclipse.xtext.xbase.lib
Marks a field, parameter or local variable as extension provider.

F

filter(Iterable<?>, Class<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns all instances of class type in unfiltered.
filter(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the elements of unfiltered that satisfy a predicate.
filter(Iterator<?>, Class<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns all instances of class type in unfiltered.
filter(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the elements of unfiltered that satisfy a predicate.
filter(Map<K, V>, Functions.Function2<? super K, ? super V, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Returns a filtered live view on top of the original map.
filterNull(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a new iterable filtering any null references.
filterNull(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a new iterator filtering any null references.
findFirst(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the first element in the given iterable that fulfills the predicate.
findFirst(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the first element in the given iterator that fulfills the predicate.
findLast(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the last element in the given iterable that fulfills the predicate.
findLast(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the last element in the given iterator that fulfills the predicate.
flatMap(Iterable<T>, Functions.Function1<? super T, ? extends Iterable<R>>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns an iterable that performs the given transformation for each element of original when requested.
flatMap(Iterator<T>, Functions.Function1<? super T, ? extends Iterator<R>>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns an iterable that performs the given transformation for each element of original when requested.
flatten(Iterable<? extends Iterable<? extends T>>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Combines multiple iterables into a single iterable.
flatten(Iterator<? extends Iterator<? extends T>>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Combines multiple iterators into a single iterator.
FloatExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for Float numbers.
FloatExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.FloatExtensions
 
fold(Iterable<T>, R, Functions.Function2<? super R, ? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Applies the combinator function to all elements of the iterable in turn and uses seed as the start value.
fold(Iterator<T>, R, Functions.Function2<? super R, ? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Applies the combinator function to all elements of the iterator in turn and uses seed as the start value.
forall(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns true if every element in iterable satisfies the predicate.
forall(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns true if every element in iterator satisfies the predicate.
forEach(Iterable<T>, Procedures.Procedure1<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Applies procedure for each element of the given iterable.
forEach(Iterable<T>, Procedures.Procedure2<? super T, ? super Integer>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Applies procedure for each element of the given iterable.
forEach(Iterator<T>, Procedures.Procedure1<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Applies procedure for each element of the given iterator.
forEach(Iterator<T>, Procedures.Procedure2<? super T, ? super Integer>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Applies procedure for each element of the given iterator.
forEach(Map<K, V>, Procedures.Procedure2<? super K, ? super V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Applies the given procedure for each key value pair of the given map.
forEach(Map<K, V>, Procedures.Procedure3<? super K, ? super V, ? super Integer>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Applies the given procedure for each key value pair of the given map.
FunctionDelegate<P,​R> - Class in org.eclipse.xtext.xbase.lib.internal
Internal wrapper to look like a google.collect function
FunctionDelegate(Functions.Function1<? super P, ? extends R>) - Constructor for class org.eclipse.xtext.xbase.lib.internal.FunctionDelegate
Creates a new FunctionDelegate that wraps the given delegate function.
FunctionExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for functions, e.g.
FunctionExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.FunctionExtensions
 
Functions - Interface in org.eclipse.xtext.xbase.lib
This class serves as a container for the various function types that are used to implement the type of closures in Xbase.
Functions.Function0<Result> - Interface in org.eclipse.xtext.xbase.lib
A function without any parameters.
Functions.Function1<Param,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes one argument.
Functions.Function2<P1,​P2,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes two arguments.
Functions.Function3<P1,​P2,​P3,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes three arguments.
Functions.Function4<P1,​P2,​P3,​P4,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes four arguments.
Functions.Function5<P1,​P2,​P3,​P4,​P5,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes five arguments.
Functions.Function6<P1,​P2,​P3,​P4,​P5,​P6,​Result> - Interface in org.eclipse.xtext.xbase.lib
A function that takes six arguments.

G

get(boolean[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(boolean[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(byte[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(byte[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(char[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(char[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(double[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(double[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(float[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(float[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
get(int) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
get(int[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(int[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(long[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(long[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(short[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(short[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(Object, String) - Method in class org.eclipse.xtext.xbase.lib.util.ReflectExtensions
Retrieves the value of the given accessible field of the given receiver.
get(T[][], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
get(T[], int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
getContent() - Method in class org.eclipse.xtend2.lib.StringConcatenation
Return the actual content of this sequence, including all trailing whitespace.
getEnd() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
getKey() - Method in class org.eclipse.xtext.xbase.lib.Pair
Returns the key.
getLineDelimiter() - Method in class org.eclipse.xtend2.lib.StringConcatenation
Allows subtypes to access the configured line delimiter.
getSignificantContent() - Method in class org.eclipse.xtend2.lib.StringConcatenation
Compute the significant content of this sequence.
getSize() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
Returns the number of elements in this IntegerRange.
getStart() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
getStep() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
getStringRepresentation(Object) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Computes the string representation of the given object.
getValue() - Method in class org.eclipse.xtext.xbase.lib.Pair
Returns the value.
groupBy(Iterable<? extends V>, Functions.Function1<? super V, ? extends K>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a map for which the Map.values() is a collection of lists, where the elements in the list will appear in the order as they appeared in the iterable.
groupBy(Iterator<? extends V>, Functions.Function1<? super V, ? extends K>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a map for which the Map.values() is a collection of lists, where the elements in the list will appear in the order as they appeared in the iterator.

H

hashCode() - Method in class org.eclipse.xtext.xbase.lib.Pair
 
hashCode(boolean[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(byte[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(char[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(double[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(float[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(int[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(long[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(short[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
hashCode(Object[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
Returns a hash code value for the given array.
head(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the first element in the given iterable or null if empty.
head(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the first element in the given iterator or null if empty.
hideFieldNames() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Field names will not be included in the output.

I

identityEquals(Object, Object) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
Returns true if a and b are identical (the same instance) or both null.
immutableCopy(List<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an immutable copy of the specified list.
immutableCopy(Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an immutable copy of the specified map.
immutableCopy(Set<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an immutable copy of the specified set.
immutableCopy(SortedMap<K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an immutable copy of the specified sorted map.
immutableCopy(SortedSet<T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an immutable copy of the specified sorted set.
imported() - Method in annotation type org.eclipse.xtext.xbase.lib.Inline
Types that should be imported to inline the operation.
indexed(Iterable<? extends A>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns an Iterable of Pairs where the nth pair is created by taking the nth element of the source as the value its 0-based index as the key.
indexed(Iterator<? extends A>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns an Iterator of Pairs where the nth pair is created by taking the nth element of the source as the value and its 0-based index as the key.
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
indexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
Inline - Annotation Type in org.eclipse.xtext.xbase.lib
Allows to describe how a certain static function should be inlined by the Xbase compiler.
InputOutput - Class in org.eclipse.xtext.xbase.lib
Utilities to print information to the console.
InputOutput() - Constructor for class org.eclipse.xtext.xbase.lib.InputOutput
 
IntegerExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for integral numbers, e.g.
IntegerExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.IntegerExtensions
 
IntegerRange - Class in org.eclipse.xtext.xbase.lib
A sequence of integers starting from start up to end with an increment of step.
IntegerRange(int, int) - Constructor for class org.eclipse.xtext.xbase.lib.IntegerRange
Constructs a new IntegerRange object.
IntegerRange(int, int, int) - Constructor for class org.eclipse.xtext.xbase.lib.IntegerRange
Constructs a new IntegerRange object.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
Returns the underlying array in an unsafe manner.
internalToArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
Returns the underlying array in an unsafe manner.
invoke(Object, String, Object...) - Method in class org.eclipse.xtext.xbase.lib.util.ReflectExtensions
Invokes the first accessible method defined on the receiver'c class with the given name and a parameter list compatible to the given arguments.
isEmpty() - Method in class org.eclipse.xtext.xbase.lib.ExclusiveRange
Returns whether this is range is empty.
isEmpty(Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Determines if the given iterable contains no elements.
isEmpty(Iterator<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Determines if the given iterator contains no elements.
isNullOrEmpty(Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Determines if the given iterable is null or contains no elements.
isNullOrEmpty(String) - Static method in class org.eclipse.xtext.xbase.lib.StringExtensions
Returns true if s is null or equal to the empty String "".
isNullOrEmpty(Iterator<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Determines if the given iterator is null or contains no elements.
IterableExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for iterables.
IterableExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.IterableExtensions
 
iterator() - Method in class org.eclipse.xtext.xbase.lib.ExclusiveRange
 
iterator() - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
IteratorExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for iterators.
IteratorExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.IteratorExtensions
 

J

join(Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the concatenated string representation of the elements in the given iterable.
join(Iterable<?>, CharSequence) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the concatenated string representation of the elements in the given iterable.
join(Iterable<T>, CharSequence, CharSequence, CharSequence, Functions.Function1<? super T, ? extends CharSequence>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the concatenated string representation of the elements in the given iterable.
join(Iterable<T>, CharSequence, Functions.Function1<? super T, ? extends CharSequence>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the concatenated string representation of the elements in the given iterable.
join(Iterator<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the concatenated string representation of the elements in the given iterator.
join(Iterator<?>, CharSequence) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the concatenated string representation of the elements in the given iterator.
join(Iterator<T>, CharSequence, CharSequence, CharSequence, Functions.Function1<? super T, ? extends CharSequence>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the concatenated string representation of the elements in the given iterator.
join(Iterator<T>, CharSequence, Functions.Function1<? super T, ? extends CharSequence>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the concatenated string representation of the elements in the given iterator.

K

KeyComparator<T,​C extends java.lang.Comparable<? super C>> - Class in org.eclipse.xtext.xbase.lib.internal
A comparator that compares objects by calling the supplied key function on them and then comparing the resulting keys.
KeyComparator(Functions.Function1<? super T, C>) - Constructor for class org.eclipse.xtext.xbase.lib.internal.KeyComparator
 

L

last(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the last element in the given iterable or null if empty.
last(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the last element in the given iterator or null if empty.
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
lastIndexOf(Object) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
length() - Method in class org.eclipse.xtend2.lib.StringConcatenation
length(boolean[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(byte[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(char[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(double[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(float[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(int[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(long[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(short[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
length(Object[]) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
ListExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for lists.
ListExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ListExtensions
 
LongExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for Long numbers.
LongExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.LongExtensions
 

M

map(Iterable<T>, Functions.Function1<? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns an iterable that performs the given transformation for each element of original when requested.
map(Iterator<T>, Functions.Function1<? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns an iterator that performs the given transformation for each element of original when requested.
map(List<T>, Functions.Function1<? super T, ? extends R>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Returns a list that performs the given transformation for each element of original when requested.
MapExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for maps.
MapExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.MapExtensions
 
mapValues(Map<K, V1>, Functions.Function1<? super V1, ? extends V2>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Returns a map that performs the given transformation for each value of original when requested.
max(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the maximum of the elements according to their natural ordering.
max(Iterable<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the maximum element according to comparator.
max(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the maximum of the elements according to their natural ordering.
max(Iterator<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the maximum element according to comparator.
maxBy(Iterable<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the element that yields the maximum value when passed to compareBy If there are several maxima, the first one will be returned.
maxBy(Iterator<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the element that yields the maximum value when passed to compareBy If there are several maxima, the first one will be returned.
min(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the minimum of the given elements according to their natural ordering.
min(Iterable<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the mininmum element according to comparator.
min(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the minimum of the given elements according to their natural ordering.
min(Iterator<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the mininmum element according to comparator.
minBy(Iterable<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Finds the element that yields the minimum value when passed to compareBy.
minBy(Iterator<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Finds the element that yields the minimum value when passed to compareBy.

N

newArrayList() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable ArrayList instance.
newArrayList(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable ArrayList instance containing the given initial elements.
newArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newBooleanArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newBooleanArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newByteArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newByteArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newCharArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newCharArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newDoubleArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newDoubleArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newFloatArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newFloatArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newHashMap() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable HashMap instance.
newHashMap(Pair<? extends K, ? extends V>...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable HashMap instance containing the given initial entries.
newHashSet() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable HashSet instance.
newHashSet(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable HashSet instance containing the given initial elements.
newImmutableList(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns an immutable list containing the given elements, in order.
newImmutableMap(Pair<? extends K, ? extends V>...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns an immutable map containing the given entries.
newImmutableSet(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Returns an immutable set containing the given elements.
newIntArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newIntArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newLine() - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add a newline to this sequence according to the configured lineDelimiter.
newLine() - Method in interface org.eclipse.xtend2.lib.StringConcatenationClient.TargetStringConcatenation
Add a newline to this sequence according to the configured lineDelimiter.
newLineIfNotEmpty() - Method in class org.eclipse.xtend2.lib.StringConcatenation
Add a newline to this sequence according to the configured lineDelimiter if the last line contains something besides whitespace.
newLineIfNotEmpty() - Method in interface org.eclipse.xtend2.lib.StringConcatenationClient.TargetStringConcatenation
Add a newline to this sequence according to the configured lineDelimiter if the last line contains something besides whitespace.
newLinkedHashMap() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable LinkedHashMap instance.
newLinkedHashMap(Pair<? extends K, ? extends V>...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable LinkedHashMap instance containing the given initial entries.
newLinkedHashSet() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable LinkedHashSet instance.
newLinkedHashSet(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable LinkedHashSet instance containing the given initial elements.
newLinkedList() - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable LinkedList instance.
newLinkedList(T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable LinkedList instance containing the given initial elements.
newLongArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newLongArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newShortArrayOfSize(int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newShortArrayOfSize(int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayLiterals
 
newTreeMap(Comparator<? super K>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable TreeMap instance.
newTreeMap(Comparator<? super K>, Pair<? extends K, ? extends V>...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable TreeMap instance containing the given initial entries.
newTreeSet(Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates an empty mutable TreeSet instance.
newTreeSet(Comparator<? super T>, T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionLiterals
Creates a mutable TreeSet instance containing the given initial elements.

O

ObjectExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for all objects.
ObjectExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ObjectExtensions
 
of(K, V) - Static method in class org.eclipse.xtext.xbase.lib.Pair
Creates a new instance with the given key and value.
operator_add(Collection<? super E>, E) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
The operator mapping from += to Collection.add(Object).
operator_add(Collection<E>, Iterable<? extends E>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
The operator mapping from += to CollectionExtensions.addAll(Collection, Iterable).
operator_add(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Add the given entries of the input map into the output map.
operator_add(Map<K, V>, Pair<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Add the given pair into the map.
operator_and(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The logical and (conjunction).
operator_divide(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary divide operator.
operator_divide(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary divide operator.
operator_divide(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary divide operator.
operator_divide(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary divide operator.
operator_divide(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary divide operator.
operator_divide(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary divide operator.
operator_divide(Double, Number) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary divide operator.
operator_divide(BigDecimal, BigDecimal) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The binary divide operator.
operator_divide(BigInteger, BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The binary divide operator.
operator_doubleArrow(T, Procedures.Procedure1<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The doubleArrow operator is used as a 'with'- or 'let'-operation.
operator_doubleDotLessThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The ..< operator yields an ExclusiveRange that increments from a to b (exclusive).
operator_doubleGreaterThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary signed right sift operator.
operator_doubleGreaterThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary signed right sift operator.
operator_doubleLessThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary signed left shift operator.
operator_doubleLessThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary signed left shift operator.
operator_elvis(T, T) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The elvis operator ?: is a short hand notation for providing default value in case an expression evaluates to null.
operator_equals(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary equals operator.
operator_equals(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary equals operator.
operator_equals(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary equals operator.
operator_equals(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary equals operator.
operator_equals(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary equals operator.
operator_equals(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary equals operator.
operator_equals(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary equals operator.
operator_equals(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary equals operator.
operator_equals(Object, Object) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The equals operator.
operator_greaterEqualsThan(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary greaterEqualsThan operator for boolean values.
operator_greaterEqualsThan(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterEqualsThan operator.
operator_greaterEqualsThan(Comparable<? super C>, C) - Static method in class org.eclipse.xtext.xbase.lib.ComparableExtensions
The comparison operator greater than or equals.
operator_greaterThan(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary greaterThan operator for boolean values.
operator_greaterThan(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary greaterThan operator.
operator_greaterThan(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary greaterThan operator.
operator_greaterThan(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary greaterThan operator.
operator_greaterThan(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary greaterThan operator.
operator_greaterThan(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary greaterThan operator.
operator_greaterThan(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary greaterThan operator.
operator_greaterThan(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary greaterThan operator.
operator_greaterThan(Comparable<? super C>, C) - Static method in class org.eclipse.xtext.xbase.lib.ComparableExtensions
The comparison operator greater than.
operator_greaterThanDoubleDot(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The >.. operator yields an ExclusiveRange that decrements from a (exclusive) down to b.
operator_lessEqualsThan(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary lessEqualsThan operator for boolean values.
operator_lessEqualsThan(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessEqualsThan operator.
operator_lessEqualsThan(Comparable<? super C>, C) - Static method in class org.eclipse.xtext.xbase.lib.ComparableExtensions
The comparison operator less than or equals.
operator_lessThan(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary lessThan operator for boolean values.
operator_lessThan(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary lessThan operator.
operator_lessThan(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary lessThan operator.
operator_lessThan(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary lessThan operator.
operator_lessThan(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary lessThan operator.
operator_lessThan(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary lessThan operator.
operator_lessThan(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary lessThan operator.
operator_lessThan(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary lessThan operator.
operator_lessThan(Comparable<? super C>, C) - Static method in class org.eclipse.xtext.xbase.lib.ComparableExtensions
The comparison operator less than.
operator_mappedTo(A, B) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The mappedTo operator yields a Pair with a as the key and b as its value.
operator_minus(byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The unary minus operator.
operator_minus(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary minus operator.
operator_minus(char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The unary minus operator.
operator_minus(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary minus operator.
operator_minus(double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The unary minus operator.
operator_minus(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The unary minus operator.
operator_minus(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary minus operator.
operator_minus(int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The unary minus operator.
operator_minus(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary minus operator.
operator_minus(long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The unary minus operator.
operator_minus(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary minus operator.
operator_minus(short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The unary minus operator.
operator_minus(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary minus operator.
operator_minus(Double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The unary minus operator.
operator_minus(Double, Number) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary minus operator.
operator_minus(BigDecimal) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The unary minus operator.
operator_minus(BigDecimal, BigDecimal) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The binary minus operator.
operator_minus(BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The unary minus operator.
operator_minus(BigInteger, BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The binary minus operator.
operator_minus(Map<K, V>, Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Replies the elements of the given map except the pairs with the given keys.
operator_minus(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Replies the elements of the left map without the pairs in the right map.
operator_minus(Map<K, V>, K) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Replies the elements of the given map except the pair with the given key.
operator_minus(Map<K, V>, Pair<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Remove the given pair from a given map for obtaining a new map.
operator_minusMinus(byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The postfix decrement operator.
operator_minusMinus(char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The postfix decrement operator.
operator_minusMinus(double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The postfix decrement operator.
operator_minusMinus(float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The postfix decrement operator.
operator_minusMinus(int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The postfix decrement operator.
operator_minusMinus(long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The postfix decrement operator.
operator_minusMinus(short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The postfix decrement operator.
operator_minusMinus(Byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The postfix decrement operator.
operator_minusMinus(Character) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The postfix decrement operator.
operator_minusMinus(Double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The postfix decrement operator.
operator_minusMinus(Float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The postfix decrement operator.
operator_minusMinus(Integer) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The postfix decrement operator.
operator_minusMinus(Long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The postfix decrement operator.
operator_minusMinus(Short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The postfix decrement operator.
operator_modulo(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary modulo operator.
operator_modulo(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary modulo operator.
operator_modulo(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary modulo operator.
operator_modulo(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary modulo operator.
operator_modulo(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary modulo operator.
operator_modulo(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary modulo operator.
operator_modulo(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary modulo operator.
operator_modulo(BigInteger, BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The binary modulo operator.
operator_multiply(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary multiply operator.
operator_multiply(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary multiply operator.
operator_multiply(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary multiply operator.
operator_multiply(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary multiply operator.
operator_multiply(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary multiply operator.
operator_multiply(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary multiply operator.
operator_multiply(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary multiply operator.
operator_multiply(Double, Number) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary times operator.
operator_multiply(BigDecimal, BigDecimal) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The binary times operator.
operator_multiply(BigInteger, BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The binary times operator.
operator_not(boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The logical not (negation).
operator_notEquals(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
The binary not equals operator.
operator_notEquals(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary notEquals operator.
operator_notEquals(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary notEquals operator.
operator_notEquals(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary notEquals operator.
operator_notEquals(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary notEquals operator.
operator_notEquals(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary notEquals operator.
operator_notEquals(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary notEquals operator.
operator_notEquals(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary notEquals operator.
operator_notEquals(Object, Object) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The equals not operator.
operator_or(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
A logical or (disjunction).
operator_plus(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary plus operator.
operator_plus(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary plus operator.
operator_plus(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary plus operator.
operator_plus(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary plus operator.
operator_plus(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary plus operator.
operator_plus(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary plus operator.
operator_plus(Double, Number) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary plus operator.
operator_plus(Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Concatenates two iterables into a single iterable.
operator_plus(Object, String) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The binary + operator that concatenates two strings.
operator_plus(String, Object) - Static method in class org.eclipse.xtext.xbase.lib.StringExtensions
The binary + operator that concatenates a string and the string reprentation of an object.
operator_plus(String, String) - Static method in class org.eclipse.xtext.xbase.lib.StringExtensions
The binary + operator that concatenates two strings.
operator_plus(BigDecimal, BigDecimal) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The binary plus operator.
operator_plus(BigInteger, BigInteger) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The binary plus operator.
operator_plus(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Concatenates two iterators into a single iterator.
operator_plus(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Merge the two maps.
operator_plus(Map<K, V>, Pair<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Add the given pair to a given map for obtaining a new map.
operator_plusPlus(byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The postfix increment operator.
operator_plusPlus(char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The postfix increment operator.
operator_plusPlus(double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The postfix increment operator.
operator_plusPlus(float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The postfix increment operator.
operator_plusPlus(int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The postfix increment operator.
operator_plusPlus(long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The postfix increment operator.
operator_plusPlus(short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The postfix increment operator.
operator_plusPlus(Byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The postfix increment operator.
operator_plusPlus(Character) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The postfix increment operator.
operator_plusPlus(Double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The postfix increment operator.
operator_plusPlus(Float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The postfix increment operator.
operator_plusPlus(Integer) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The postfix increment operator.
operator_plusPlus(Long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The postfix increment operator.
operator_plusPlus(Short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The postfix increment operator.
operator_power(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The binary power operator.
operator_power(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The binary power operator.
operator_power(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The binary power operator.
operator_power(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The binary power operator.
operator_power(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary power operator.
operator_power(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary power operator.
operator_power(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The binary power operator.
operator_power(Double, Number) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The power operator.
operator_power(BigDecimal, int) - Static method in class org.eclipse.xtext.xbase.lib.BigDecimalExtensions
The power operator.
operator_power(BigInteger, int) - Static method in class org.eclipse.xtext.xbase.lib.BigIntegerExtensions
The power operator.
operator_remove(Collection<? super E>, E) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
The operator mapping from -= to Collection.remove(Object).
operator_remove(Collection<E>, Collection<? extends E>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
operator_remove(Map<K, V>, Iterable<? super K>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Remove pairs with the given keys from the map.
operator_remove(Map<K, V>, K) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Remove a key from the given map.
operator_remove(Map<K, V>, Pair<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Remove the given pair into the map.
operator_spaceship(Comparable<? super C>, C) - Static method in class org.eclipse.xtext.xbase.lib.ComparableExtensions
The spaceship operator <=>.
operator_tripleEquals(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity equals operator.
operator_tripleEquals(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity equals operator.
operator_tripleEquals(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity equals operator.
operator_tripleEquals(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity equals operator.
operator_tripleEquals(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity equals operator.
operator_tripleEquals(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity equals operator.
operator_tripleEquals(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity equals operator.
operator_tripleEquals(Object, Object) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The identity equals operator.
operator_tripleGreaterThan(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The binary unsigned right shift operator.
operator_tripleGreaterThan(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The binary unsigned right shift operator.
operator_tripleNotEquals(byte, byte) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, char) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, double) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, float) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, int) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, long) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(byte, short) - Static method in class org.eclipse.xtext.xbase.lib.ByteExtensions
The identity not equals operator.
operator_tripleNotEquals(char, byte) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, char) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, double) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, float) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, int) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, long) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(char, short) - Static method in class org.eclipse.xtext.xbase.lib.CharacterExtensions
The identity not equals operator.
operator_tripleNotEquals(double, byte) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, char) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, double) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, float) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, int) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, long) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(double, short) - Static method in class org.eclipse.xtext.xbase.lib.DoubleExtensions
The identity not equals operator.
operator_tripleNotEquals(float, byte) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, char) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, double) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, float) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, int) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, long) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(float, short) - Static method in class org.eclipse.xtext.xbase.lib.FloatExtensions
The identity not equals operator.
operator_tripleNotEquals(int, byte) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, char) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, double) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, float) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, long) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(int, short) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The identity not equals operator.
operator_tripleNotEquals(long, byte) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, char) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, double) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, float) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, long) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(long, short) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
The identity not equals operator.
operator_tripleNotEquals(short, byte) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, char) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, double) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, float) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, int) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, long) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(short, short) - Static method in class org.eclipse.xtext.xbase.lib.ShortExtensions
The identity not equals operator.
operator_tripleNotEquals(Object, Object) - Static method in class org.eclipse.xtext.xbase.lib.ObjectExtensions
The identity not equals operator.
operator_upTo(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
The .. operator yields an IntegerRange.
org.eclipse.xtend2.lib - package org.eclipse.xtend2.lib
 
org.eclipse.xtext.xbase.lib - package org.eclipse.xtext.xbase.lib
 
org.eclipse.xtext.xbase.lib.internal - package org.eclipse.xtext.xbase.lib.internal
 
org.eclipse.xtext.xbase.lib.util - package org.eclipse.xtext.xbase.lib.util
 

P

Pair<K,​V> - Class in org.eclipse.xtext.xbase.lib
An immutable pair of key and value.
Pair(K, V) - Constructor for class org.eclipse.xtext.xbase.lib.Pair
Creates a new instance with the given key and value.
print(T) - Static method in class org.eclipse.xtext.xbase.lib.InputOutput
Prints the given object to System.out.
println() - Static method in class org.eclipse.xtext.xbase.lib.InputOutput
Prints a newline to standard out, by delegating directly to System.out.println()
println(T) - Static method in class org.eclipse.xtext.xbase.lib.InputOutput
Prints the given object to System.out and terminate the line.
ProcedureExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for procedures, e.g.
ProcedureExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ProcedureExtensions
 
Procedures - Interface in org.eclipse.xtext.xbase.lib
This class serves as a container for the various procedure types that are used to implement the type of closures in Xbase that do not return any results but a meant to cause side-effects.
Procedures.Procedure0 - Interface in org.eclipse.xtext.xbase.lib
A procedure without any parameters, e.g.
Procedures.Procedure1<Param> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes one argument.
Procedures.Procedure2<P1,​P2> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes two arguments.
Procedures.Procedure3<P1,​P2,​P3> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes three arguments.
Procedures.Procedure4<P1,​P2,​P3,​P4> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes four arguments.
Procedures.Procedure5<P1,​P2,​P3,​P4,​P5> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes five arguments.
Procedures.Procedure6<P1,​P2,​P3,​P4,​P5,​P6> - Interface in org.eclipse.xtext.xbase.lib
A procedure that takes six arguments.
Pure - Annotation Type in org.eclipse.xtext.xbase.lib
The annotated constructor or method causes no externally visible side-effects and does not mutate non-local state.
put(K, V) - Method in class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
 

R

ReassignFirstArgument - Annotation Type in org.eclipse.xtext.xbase.lib
The annotated function assigns the returned value to the first argument.
reduce(Iterable<? extends T>, Functions.Function2<? super T, ? super T, ? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Applies the combinator function to all elements of the iterable in turn.
reduce(Iterator<? extends T>, Functions.Function2<? super T, ? super T, ? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Applies the combinator function to all elements of the iterator in turn.
ReflectExtensions - Class in org.eclipse.xtext.xbase.lib.util
Extension methods to simplify reflective invocation of methods and fields.
ReflectExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.util.ReflectExtensions
 
reject(Iterable<T>, Class<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the elements of unfiltered that are not instanceof type.
reject(Iterable<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the elements of unfiltered that do not satisfy a predicate.
reject(Iterator<T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the elements of unfiltered that do not satisfy a predicate.
remove(Object) - Method in class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
 
removeAll(Collection<? super T>, T...) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Removes all of the specified elements from the specified collection.
removeAll(Collection<T>, Iterable<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Removes all of the specified elements from the specified collection.
removeAll(Collection<T>, Collection<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Removes all of the specified elements from the specified collection.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
 
reverse(List<T>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Reverses the order of the elements in the specified list.
reverseView(List<T>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Provides a reverse view on the given list which is especially useful to traverse a list backwards in a for-each loop.

S

set(boolean[][], int, int, boolean) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(boolean[], int, boolean) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(byte[][], int, int, byte) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(byte[], int, byte) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(char[][], int, int, char) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(char[], int, char) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(double[][], int, int, double) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(double[], int, double) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(float[][], int, int, float) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(float[], int, float) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(int[][], int, int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(int[], int, int) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(int, Boolean) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
set(int, Byte) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
set(int, Character) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
set(int, Double) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
set(int, Float) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
set(int, Integer) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
set(int, Long) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
set(int, Short) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
set(int, T) - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
set(long[][], int, int, long) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(long[], int, long) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(short[][], int, int, short) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(short[], int, short) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(Object, String, Object) - Method in class org.eclipse.xtext.xbase.lib.util.ReflectExtensions
Sets the given value on an the receivers's accessible field with the given name.
set(T[][], int, int, E) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
set(T[], int, E) - Static method in class org.eclipse.xtext.xbase.lib.ArrayExtensions
 
shiftLeft(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
shiftLeft(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
shiftRight(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
shiftRight(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
shiftRightUnsigned(int, int) - Static method in class org.eclipse.xtext.xbase.lib.IntegerExtensions
shiftRightUnsigned(long, int) - Static method in class org.eclipse.xtext.xbase.lib.LongExtensions
ShortExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for Short numbers.
ShortExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.ShortExtensions
 
singleLine() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Fields are printed on a single line, separated by commas instead of newlines
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
size() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
size() - Method in class org.eclipse.xtext.xbase.lib.ExclusiveRange
Returns the number of elements in this ExclusiveRange.
size(Iterable<?>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns the number of elements in iterable.
size(Iterator<?>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns the number of elements in iterator.
skipNulls() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Fields with null values will be excluded from the output
sneakyThrow(Throwable) - Static method in class org.eclipse.xtext.xbase.lib.Exceptions
Throws the given exception and sneaks it through any compiler checks.
sort(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Creates a sorted list that contains the items of the given iterable.
sort(Iterable<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
sortBy(Iterable<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Creates a sorted list that contains the items of the given iterable.
sortInplace(List<T>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Sorts the specified list itself into ascending order, according to the natural ordering of its elements.
sortInplace(List<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Sorts the specified list itself according to the order induced by the specified comparator.
sortInplaceBy(List<T>, Functions.Function1<? super T, C>) - Static method in class org.eclipse.xtext.xbase.lib.ListExtensions
Sorts the specified list itself according to the order induced by applying a key function to each element which yields a comparable criteria.
sortWith(Iterable<T>, Comparator<? super T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Creates a sorted list that contains the items of the given iterable.
splitLinesAndNewLines(String) - Method in class org.eclipse.xtend2.lib.StringConcatenation
Return a list of segments where each segment is either the content of a line in the given text or a line-break according to the configured delimiter.
statementExpression() - Method in annotation type org.eclipse.xtext.xbase.lib.Inline
Whether the inlined expression is a statement expression (see 14.8 - Statement Expressions in Java Language Specification, Third Edition )
StringConcatenation - Class in org.eclipse.xtend2.lib
A StringConcatenation allows for efficient, indentation aware concatenation of character sequences.
StringConcatenation() - Constructor for class org.eclipse.xtend2.lib.StringConcatenation
Create a new concatenation that uses the system line delimiter.
StringConcatenation(String) - Constructor for class org.eclipse.xtend2.lib.StringConcatenation
Create a new concatenation with the specified delimiter.
StringConcatenationClient - Class in org.eclipse.xtend2.lib
A callback object that allows to reuse an existing StringConcatenation to append content to it.
StringConcatenationClient() - Constructor for class org.eclipse.xtend2.lib.StringConcatenationClient
 
StringConcatenationClient.TargetStringConcatenation - Interface in org.eclipse.xtend2.lib
A StringConcatenationClient.TargetStringConcatenation models the public interface of a StringConcatenation so implementations of the StringConcatenationClient can append their content properly.
StringExtensions - Class in org.eclipse.xtext.xbase.lib
This is an extension library for strings.
StringExtensions() - Constructor for class org.eclipse.xtext.xbase.lib.StringExtensions
 
subSequence(int, int) - Method in class org.eclipse.xtend2.lib.StringConcatenation

T

tail(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a view on this iterable that contains all the elements except the first.
tail(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a view on this iterator that contains all the elements except the first.
take(Iterable<T>, int) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a view on this iterable that provides at most the first count entries.
take(Iterator<T>, int) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a view on this iterator that provides at most the first count entries.
takeWhile(Iterable<? extends T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns an Iterable containing all elements starting from the head of the source up to and excluding the first element that violates the predicate The resulting Iterable is a lazily computed view, so any modifications to the underlying Iterables will be reflected on subsequent iterations.
takeWhile(Iterator<? extends T>, Functions.Function1<? super T, Boolean>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns an Iterator containing all elements starting from the head of the source up to and excluding the first element that violates the predicate.
toArray() - Method in class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
 
toFirstLower(String) - Static method in class org.eclipse.xtext.xbase.lib.StringExtensions
Returns the String s with an lower case first character.
toFirstUpper(String) - Static method in class org.eclipse.xtext.xbase.lib.StringExtensions
Returns the String s with an upper case first character.
toInvertedMap(Iterable<? extends K>, Functions.Function1<? super K, V>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a map for which the Map.values() are computed by the given function, and each key is an element in the given keys.
toInvertedMap(Iterator<? extends K>, Functions.Function1<? super K, V>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a map for which the Map.values() are computed by the given function, and each key is an element in the given keys.
toIterable(Iterator<T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Wraps an Iterator in an Iterable.
toList(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a list that contains all the entries of the given iterable in the same order.
toList(Iterator<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a list that contains all the entries of the given iterator in the same order.
toMap(Iterable<? extends T>, Functions.Function1<? super T, K>, Functions.Function1<? super T, V>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a map for which the Map.values() are the product of invoking supplied function computeValues on input iterable elements, and each key is the product of invoking a supplied function computeKeys on same elements.
toMap(Iterable<? extends V>, Functions.Function1<? super V, K>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a map for which the Map.values() are the given elements in the given order, and each key is the product of invoking a supplied function computeKeys on its corresponding value.
toMap(Iterator<? extends T>, Functions.Function1<? super T, K>, Functions.Function1<? super T, V>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a map for which the Map.values() are the product of invoking supplied function computeValues on input iterable elements, and each key is the product of invoking a supplied function computeKeys on same elements.
toMap(Iterator<? extends V>, Functions.Function1<? super V, K>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a map for which the Map.values() are the given elements in the given order, and each key is the product of invoking a supplied function computeKeys on its corresponding value.
toSet(Iterable<T>) - Static method in class org.eclipse.xtext.xbase.lib.IterableExtensions
Returns a set that contains all the unique entries of the given iterable in the order of their appearance.
toSet(Iterator<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.IteratorExtensions
Returns a set that contains all the unique entries of the given iterator in the order of their appearance.
toString() - Method in class org.eclipse.xtend2.lib.StringConcatenation
 
toString() - Method in class org.eclipse.xtext.xbase.lib.Pair
 
toString() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
 
toString(Object) - Method in class org.eclipse.xtext.xbase.lib.util.ToStringHelper
Deprecated.
use new ToStringBuilder().addAllFields().toString()
ToStringBuilder - Class in org.eclipse.xtext.xbase.lib.util
Helps with the construction of good Object.toString() representations.
ToStringBuilder(Object) - Constructor for class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
Creates a new ToStringBuilder for the given object.
ToStringHelper - Class in org.eclipse.xtext.xbase.lib.internal
Deprecated.
ToStringHelper - Class in org.eclipse.xtext.xbase.lib.util
Deprecated.
ToStringHelper() - Constructor for class org.eclipse.xtext.xbase.lib.internal.ToStringHelper
Deprecated.
 
ToStringHelper() - Constructor for class org.eclipse.xtext.xbase.lib.util.ToStringHelper
Deprecated.

U

union(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.MapExtensions
Merge the given maps.
UnmodifiableMergingMapView<K,​V> - Class in org.eclipse.xtext.xbase.lib.internal
Map implementation that is merging two maps.
UnmodifiableMergingMapView(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Constructor for class org.eclipse.xtext.xbase.lib.internal.UnmodifiableMergingMapView
Construct the wrapping map.
unmodifiableView(Collection<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified collection.
unmodifiableView(List<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified list.
unmodifiableView(Map<? extends K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified map.
unmodifiableView(Set<? extends T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified set.
unmodifiableView(SortedMap<K, ? extends V>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified sorted map.
unmodifiableView(SortedSet<T>) - Static method in class org.eclipse.xtext.xbase.lib.CollectionExtensions
Returns an unmodifiable view of the specified sorted set.
unwrapArray(Object) - Static method in class org.eclipse.xtext.xbase.lib.Conversions
Unwraps object to extract the original array if and only if object was previously created by Conversions.doWrapArray(Object).
unwrapArray(Object, Class<?>) - Static method in class org.eclipse.xtext.xbase.lib.Conversions
Unwraps object to extract the original array if and only if object was previously created by Conversions.doWrapArray(Object).

V

value() - Method in annotation type org.eclipse.xtext.xbase.lib.Inline
The inline format string.
verbatimValues() - Method in class org.eclipse.xtext.xbase.lib.util.ToStringBuilder
By default, Iterables, Arrays and multiline Strings are pretty-printed.

W

withStep(int) - Method in class org.eclipse.xtext.xbase.lib.IntegerRange
 
WrappedArray(T[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedArray
Internal constructor for Conversions.WrappedArray.
WrappedBooleanArray(boolean[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedBooleanArray
Internal constructor for Conversions.WrappedBooleanArray.
WrappedByteArray(byte[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedByteArray
Internal constructor for Conversions.WrappedByteArray.
WrappedCharacterArray(char[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedCharacterArray
Internal constructor for Conversions.WrappedCharacterArray.
WrappedDoubleArray(double[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedDoubleArray
Internal constructor for Conversions.WrappedDoubleArray.
WrappedFloatArray(float[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedFloatArray
Internal constructor for Conversions.WrappedFloatArray.
WrappedIntegerArray(int[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedIntegerArray
Internal constructor for Conversions.WrappedIntegerArray.
WrappedLongArray(long[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedLongArray
Internal constructor for Conversions.WrappedLongArray.
WrappedShortArray(short[]) - Constructor for class org.eclipse.xtext.xbase.lib.Conversions.WrappedShortArray
Internal constructor for Conversions.WrappedShortArray.

X

xor(boolean, boolean) - Static method in class org.eclipse.xtext.xbase.lib.BooleanExtensions
A logical xor.
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages