Package proguard.dexfile.ir.ts.an
Class SimpleLiveValue
- java.lang.Object
-
- proguard.dexfile.ir.ts.an.SimpleLiveValue
-
- All Implemented Interfaces:
AnalyzeValue
public class SimpleLiveValue extends java.lang.Object implements AnalyzeValue
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<SimpleLiveValue>
otherParents
SimpleLiveValue
parent
boolean
used
-
Constructor Summary
Constructors Constructor Description SimpleLiveValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
toRsp()
-
-
-
Field Detail
-
used
public boolean used
-
parent
public SimpleLiveValue parent
-
otherParents
public java.util.List<SimpleLiveValue> otherParents
-
-
Method Detail
-
toRsp
public char toRsp()
- Specified by:
toRsp
in interfaceAnalyzeValue
-
-