public class CompilerConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CompilerConfig.ConfigType  | 
| Modifier and Type | Field and Description | 
|---|---|
static boolean | 
FLAG_DYN_RECOMPILE  | 
static boolean | 
FLAG_PARREADWRITE_BINARY  | 
static boolean | 
FLAG_PARREADWRITE_TEXT  | 
| Constructor and Description | 
|---|
CompilerConfig()  | 
CompilerConfig(CompilerConfig conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
CompilerConfig | 
clone()  | 
boolean | 
getBool(CompilerConfig.ConfigType key)  | 
int | 
getInt(CompilerConfig.ConfigType key)  | 
void | 
set(CompilerConfig.ConfigType key,
   boolean value)  | 
void | 
set(CompilerConfig.ConfigType key,
   int value)  | 
public static boolean FLAG_DYN_RECOMPILE
public static boolean FLAG_PARREADWRITE_TEXT
public static boolean FLAG_PARREADWRITE_BINARY
public CompilerConfig()
public CompilerConfig(CompilerConfig conf)
public void set(CompilerConfig.ConfigType key, boolean value)
public void set(CompilerConfig.ConfigType key, int value)
public boolean getBool(CompilerConfig.ConfigType key)
public int getInt(CompilerConfig.ConfigType key)
public CompilerConfig clone()
Copyright © 2021 The Apache Software Foundation. All rights reserved.