Klasse VariablesInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.eval.VariablesInfo

public class VariablesInfo extends 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).
  • Konstruktordetails

    • 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.