| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
Field
An object of class Field is used if an identifier
denotes a field.
|
class |
Parameter
An object of class Parameter is used if an identifier
is declared as variable.
|
class |
TypeName
An object of class TypeName is used if an identifier
is declared as class name (using an import statement).
|
class |
Variable
An object of class Variable is used if an identifier
is declared as variable.
|
| Modifier and Type | Method and Description |
|---|---|
Definition |
SymbolTable.declare(String ident,
Definition def)
Add identifier to the actual scope.
|
Definition |
SymbolTable.getDefinition(String ident)
Checks the symbol table for the actual definition
of the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nesting.add(String ident,
Definition hidden)
Adds a hidden definition to this.
|
Definition |
SymbolTable.declare(String ident,
Definition def)
Add identifier to the actual scope.
|
Copyright © 2019. All rights reserved.