public interface

ICField

implements ICDeclaration
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICField

Summary

Public Methods
abstract String getFieldName()
abstract ICType getFieldType()
abstract int getFlags()
abstract ICType getOwnerType()
abstract boolean isExternal()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement

Public Methods

public abstract String getFieldName ()

public abstract ICType getFieldType ()

public abstract int getFlags ()

public abstract ICType getOwnerType ()

public abstract boolean isExternal ()