public interface

IJavaIdentifier

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

Class Overview

Java AST interface to represent a Java identifier, or variable.

Summary

Public Methods
abstract String getName()
Get the identifier effective name.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaElement

Public Methods

public abstract String getName ()

Get the identifier effective name.

Returns
  • the identifier name, never null