public interface OptionOptimizePrecompile
Modifier and Type | Method and Description |
---|---|
boolean |
isOptimizePrecompile()
Returns true if the compiler should lightly optimize the raw AST before any permutation work.
|
void |
setOptimizePrecompile(boolean enabled)
Sets whether or not the compiler should lightly optimize the raw AST before any permutation
work.
|
boolean isOptimizePrecompile()
void setOptimizePrecompile(boolean enabled)
Copyright © 2018. All rights reserved.