public final class SymbolTable extends Object
The symbol table for built-ins is quite static in size, but its contents can span several invocations of yyparse(). Conversely, the symbol table for variables, parameters and functions needs to grow to as many variables, parameters and functions as are defined in the FormCalc script, and needs to contract its contents before each invocation of yyparse().
| Modifier and Type | Method and Description |
|---|---|
void |
enumerate(com.adobe.xfa.formcalc.ScopeTable oScope,
List<CalcSymbol> oSymbols)
Enumerates entries in this object.
|
public void enumerate(com.adobe.xfa.formcalc.ScopeTable oScope,
List<CalcSymbol> oSymbols)
oScope - the scope of the symbol being searched for.oSymbols - the returned list of symbols.Copyright © 2010 - 2020 Adobe. All Rights Reserved