@Generated(value="Saxonica v3.0", comments="from soot_options.xml") public class JBOptions extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Enabled
|
boolean |
model_lambdametafactory()
Model LambdaMetafactory --
Replace dynamic invoke instructions to the LambdaMetafactory by
static invokes to a synthetic LambdaMetafactory implementation..
|
boolean |
preserve_source_annotations()
Preserve source-level annotations
Preserves annotations of retention type SOURCE.
|
boolean |
stabilize_local_names()
Stabilize local names
Make sure that local names are stable between runs.
|
boolean |
use_original_names()
Use Original Names
Retain the original names for local variables when the source
includes those names.
|
public boolean enabled()
public boolean use_original_names()
public boolean preserve_source_annotations()
public boolean stabilize_local_names()
public boolean model_lambdametafactory()
Copyright © 2021 Soot OSS. All rights reserved.