Java Reference
In-Depth Information
boolean
int
The getClassName() Method
public java.lang.String getClassName()
This method returns the classname of the scripting class. getClassName() has no parameters
and throws no exceptions.
It returns this value:
java.lang.String
The getDeclare() Method
public boolean getDeclare()
This method returns a boolean that indicates whether the variable is a new variable.
getDeclare() has no parameters and throws no exceptions.
It returns this value:
boolean
The getScope() Method
public int getScope()
This method returns an integer indicating the lexical scope of the variable. getScope() has no
parameters and throws no exceptions.
It returns this value:
E
int
The getVarName() Method
public java.lang.String getVarName()
This method returns the classname of the scripting variable. getVarName() has no parameters
and throws no exceptions.
It returns this value:
java.lang.String
 
Search WWH ::




Custom Search