| Package | Description |
|---|---|
| org.apache.royale.linter.config |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationValue> |
ConfigurationBuffer.getVar(String avar) |
List<ConfigurationValue> |
ConfigurationBuffer.peekConfigurationVar(String avar) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Configuration.resolvePathStrict(String path,
ConfigurationValue cv) |
void |
Configuration.setClassName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setConstantName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setEmptyComment(ConfigurationValue cv,
boolean b) |
void |
Configuration.setEmptyFunctionBody(ConfigurationValue cv,
boolean b) |
void |
Configuration.setEmptyNestedBlock(ConfigurationValue cv,
boolean b) |
void |
Configuration.setEmptyStatement(ConfigurationValue cv,
boolean b) |
void |
Configuration.setFieldName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setFiles(ConfigurationValue cv,
List<String> args) |
void |
Configuration.setFunctionName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setHelp(ConfigurationValue cv,
String[] keywords)
dummy, just a trigger for help text
|
void |
Configuration.setIgnoreParsingProblems(ConfigurationValue cv,
boolean b) |
void |
Configuration.setInterfaceName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setLineCommentPosition(ConfigurationValue cv,
String s) |
void |
Configuration.setLoadConfig(ConfigurationValue cv,
String filename)
Since
ConfigurationBuffer loads the "load-config" files, the value of this configuration option isn't
intersting to the rest part of the compiler. |
void |
Configuration.setLocalVarParamName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setLocalVarShadowsField(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMaxBlockDepth(ConfigurationValue cv,
int i) |
void |
Configuration.setMaxParams(ConfigurationValue cv,
int i) |
void |
Configuration.setMissingAsdoc(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMissingConstructorSuper(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMissingNamespace(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMissingSemicolon(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMissingType(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMxmlEmptyAttr(ConfigurationValue cv,
boolean b) |
void |
Configuration.setMxmlId(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoAnyType(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoBooleanEquality(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoConstructorDispatch(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoConstructorReturnType(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoDuplicateKeys(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoDynamicClass(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoIfBoolean(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoLeadingZero(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoSparseArray(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoStringEvent(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoThisClosure(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoTrace(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoVoidOperator(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoWildcardImport(ConfigurationValue cv,
boolean b) |
void |
Configuration.setNoWith(ConfigurationValue cv,
boolean b) |
void |
Configuration.setOverrideSuper(ConfigurationValue cv,
boolean b) |
void |
Configuration.setPackageName(ConfigurationValue cv,
boolean b) |
void |
Configuration.setSkipLocalConfigFile(ConfigurationValue cv,
boolean b) |
void |
Configuration.setStaticConstants(ConfigurationValue cv,
boolean b) |
void |
Configuration.setStrictEquality(ConfigurationValue cv,
boolean b) |
void |
Configuration.setSwitchDefault(ConfigurationValue cv,
boolean b) |
void |
Configuration.setUnsafeNegation(ConfigurationValue cv,
boolean b) |
void |
Configuration.setValidTypeof(ConfigurationValue cv,
boolean b) |
void |
Configuration.setVarsOnTop(ConfigurationValue cv,
boolean b) |
void |
Configuration.setVersion(ConfigurationValue cv,
boolean value)
Dummy option.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.