public static class

ETypeInfo.Entry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.ETypeInfo.Entry

Class Overview

Type information entry.

Summary

Public Constructors
Entry(String msg, IEGeneric elt, IWildcardType currentType, IWildcardType wantedType)
Public Methods
IWildcardType getCurrentType()
IEGeneric getElement()
String getMessage()
IWildcardType getWantedType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Entry (String msg, IEGeneric elt, IWildcardType currentType, IWildcardType wantedType)

Public Methods

public IWildcardType getCurrentType ()

public IEGeneric getElement ()

public String getMessage ()

public IWildcardType getWantedType ()

public String toString ()