public class FunctionContext extends ProgramContext
_name, _nameGen, _symbolTable| Constructor and Description |
|---|
FunctionContext(String name,
boolean obfuscateLocalVars) |
FunctionContext(String name,
NameGen nameGen,
boolean usesEval) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canObfuscateLocalVars() |
void |
setObfuscateLocalVars(boolean obfuscateLocalVars) |
addToken, generateSymbolName, getName, getNameGen, getToken, setName, setNameGenpublic FunctionContext(String name, boolean obfuscateLocalVars)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.