Uses of Class
com.strobel.decompiler.ast.Range
-
Packages that use Range Package Description com.strobel.assembler.ir com.strobel.decompiler.ast -
-
Uses of Range in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type Range Modifier and Type Method Description booleanInstructionBlock. contains(Range range)booleanInstructionBlock. intersects(Range range) -
Uses of Range in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as Range Modifier and Type Field Description (package private) RangeAstBuilder.VariableInfo. lifetimeFields in com.strobel.decompiler.ast with type parameters of type Range Modifier and Type Field Description private SmartList<Range>Expression. _rangesMethods in com.strobel.decompiler.ast that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>Expression. getRanges()static java.util.List<Range>Range. invert(java.lang.Iterable<Range> input, int codeSize)static java.util.List<Range>Range. orderAndJoint(java.lang.Iterable<Range> input)Methods in com.strobel.decompiler.ast with parameters of type Range Modifier and Type Method Description intRange. compareTo(Range o)booleanRange. contains(Range range)booleanRange. intersects(Range range)Method parameters in com.strobel.decompiler.ast with type arguments of type Range Modifier and Type Method Description static java.util.List<Range>Range. invert(java.lang.Iterable<Range> input, int codeSize)static java.util.List<Range>Range. orderAndJoint(java.lang.Iterable<Range> input)
-