All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.reflection.LocalVariableManager

java.lang.Object
    |
    +----hpjava.compiler.reflection.LocalVariableManager

public class LocalVariableManager
extends Object

Constructor Index

 o LocalVariableManager(Project)

Method Index

 o classReflectorDescriptorOf(NodeToken)
 o lookup(NodeToken)
 o typeSignatureOf(NodeToken)

Constructors

 o LocalVariableManager
public LocalVariableManager(Project prj)

Methods

 o lookup
public static LocalVariableDescriptor lookup(NodeToken n) throws NoSuchNameException
 o typeSignatureOf
public static String typeSignatureOf(NodeToken n) throws NoSuchNameException
 o classReflectorDescriptorOf
public static ClassReflectorDescriptor classReflectorDescriptorOf(NodeToken n) throws NoSuchNameException

All Packages  Class Hierarchy  This Package  Previous  Next  Index