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 boolean
InstructionBlock. contains(Range range)
boolean
InstructionBlock. 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) Range
AstBuilder.VariableInfo. lifetime
Fields in com.strobel.decompiler.ast with type parameters of type Range Modifier and Type Field Description private SmartList<Range>
Expression. _ranges
Methods 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 int
Range. compareTo(Range o)
boolean
Range. contains(Range range)
boolean
Range. 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)
-