public interface

IJavaStaticField

implements IJavaLeftExpression INonStatement
com.pnfsoftware.jeb.core.units.code.java.IJavaStaticField

Class Overview

Java AST interface to represent a static field variable.

This interface should not be confused with IJavaField definition objects.

Summary

Public Methods
abstract IJavaField getField()
Get the field.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaElement

Public Methods

public abstract IJavaField getField ()

Get the field.

Returns
  • the field object, never null