Class AbstractTypeConstraint
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.AbstractTypeConstraint
-
- All Implemented Interfaces:
ITypeConstraint
public abstract class AbstractTypeConstraint extends java.lang.Object implements ITypeConstraint
-
-
Field Summary
Fields Modifier and Type Field Description protected InsnNodeinsnprotected java.util.List<SSAVar>relatedVars
-
Constructor Summary
Constructors Constructor Description AbstractTypeConstraint(InsnNode insn, InsnArg arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SSAVar>getRelatedVars()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadx.core.dex.visitors.typeinference.ITypeConstraint
check
-
-
-
-
Method Detail
-
getRelatedVars
public java.util.List<SSAVar> getRelatedVars()
- Specified by:
getRelatedVarsin interfaceITypeConstraint
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-