public interface

IJavaIdentifierManager

com.pnfsoftware.jeb.core.units.code.java.IJavaIdentifierManager

Class Overview

A manager of IJavaIdentifier (and IJavaDefinition). Each IJavaMethod has its own identifier factory.

Summary

Public Methods
abstract IJavaIdentifier get(String name)
abstract IJavaDefinition getDefinition(int id)
abstract IJavaDefinition getDefinition(IJavaIdentifier ident)
abstract Collection<IJavaIdentifier> getIdentifiers()
Retrieve a read-only collection of AST identifier objects created and managed by this manager.

Public Methods

public abstract IJavaIdentifier get (String name)

public abstract IJavaDefinition getDefinition (int id)

public abstract IJavaDefinition getDefinition (IJavaIdentifier ident)

public abstract Collection<IJavaIdentifier> getIdentifiers ()

Retrieve a read-only collection of AST identifier objects created and managed by this manager.