ConfigurationProcessor

class ConfigurationProcessor(var cache: PLSAR.Cache?)

Constructors

Link copied to clipboard
fun ConfigurationProcessor(cache: PLSAR.Cache?)

Functions

Link copied to clipboard
fun run(): ConfigurationProcessor

Properties

Link copied to clipboard
var cache: PLSAR.Cache?
Link copied to clipboard
var issues: MutableMap<String?, Int?>
Link copied to clipboard
var iterableMethods: MutableList<MethodFeature>
Link copied to clipboard
var methods: MutableMap<String, MethodFeature>
Link copied to clipboard
var processedMethods: MutableSet<MethodFeature?>
Link copied to clipboard
var support: PLSAR.Support