public class IdentificationVariable extends Object
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
Fields Summary
private String
name
The name of the identification variable.
private Object
typeInfo
The type of the identification variable.
Constructors Summary
public IdentificationVariable(String name, Object typeInfo)
Creates an identification variable declaration for use during semantic
analysis.