Class IdentificationVariable
java.lang.Object
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.IdentificationVariable
An instance of this class denotes an identification variable as declared
in the from clause of an EJBQL query string. The compiler creates such an
instance when analysing the from clause and stores it in the symbol table.
- Author:
- Michael Bouschen
-
Constructor Summary
ConstructorsConstructorDescriptionIdentificationVariable(String name, Object typeInfo) Creates an identification variable declaration for use during semantic analysis. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the IdentificationVariable.Returns the type of the IdentificationVariable.
-
Constructor Details
-
IdentificationVariable
Creates an identification variable declaration for use during semantic analysis.- Parameters:
name- the name of the identification variable.typeInfo- the type of the identification variable.
-
-
Method Details
-
getName
Returns the name of the IdentificationVariable.- Returns:
- the name
-
getTypeInfo
Returns the type of the IdentificationVariable.- Returns:
- the type
-