public static class

DTypeInfo.TypingConlict

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.ir.DTypeInfo.TypingConlict

Class Overview

Details about a typing conflict.

Summary

Public Constructors
TypingConlict(String msg, IDExpression exp, IJavaType currentType, IJavaType wantedType)
Public Methods
IJavaType getCurrentType()
IDExpression getExpression()
String getMessage()
IJavaType getWantedType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TypingConlict (String msg, IDExpression exp, IJavaType currentType, IJavaType wantedType)

Public Methods

public IJavaType getCurrentType ()

public IDExpression getExpression ()

public String getMessage ()

public IJavaType getWantedType ()

public String toString ()