Uses of Class
org.eclipse.xtext.xbase.lib.ExclusiveRange
Packages that use ExclusiveRange
-
Uses of ExclusiveRange in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib that return ExclusiveRangeModifier and TypeMethodDescriptionstatic ExclusiveRangeIntegerExtensions.operator_doubleDotLessThan(int a, int b) The..<operator yields anExclusiveRangethat increments from a to b (exclusive).static ExclusiveRangeIntegerExtensions.operator_greaterThanDoubleDot(int a, int b) The>..operator yields anExclusiveRangethat decrements from a (exclusive) down to b.