org.eclipse.jdt.internal.eval
Class VariablesInfo

java.lang.Object
  extended by org.eclipse.jdt.internal.eval.VariablesInfo

public class VariablesInfo
extends java.lang.Object

This contains information about the installed variables such as their names, their types, the name of the class that defines them, the binary of the class (to be passed to the name environment when compiling the code snippet).


Constructor Summary
VariablesInfo(char[] packageName, char[] className, ClassFile[] classFiles, GlobalVariable[] variables, int variableCount)
          Creates a new variables info.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariablesInfo

public VariablesInfo(char[] packageName,
                     char[] className,
                     ClassFile[] classFiles,
                     GlobalVariable[] variables,
                     int variableCount)
Creates a new variables info. The name of the global variable class is the simple name of this class. The package name can be null if the variables have been defined in the default package.