Package | Description |
---|---|
generator | |
model.packages | |
model.type | |
parser | |
parser.states | |
parser.tempparserobjects |
Modifier and Type | Method and Description |
---|---|
private boolean |
ArchiveGenerator.checkValue(VariableAssignment ass,
RegEx value)
Checks, if the value matches the RegEx.
|
Modifier and Type | Field and Description |
---|---|
private RegEx |
PackageRule.value
the value which the variable should have.
|
Modifier and Type | Method and Description |
---|---|
RegEx |
PackageRule.getValue() |
Constructor and Description |
---|
PackageRule(RegEx value,
Path path,
java.util.List<AbstractVariableDefinition> variableDef,
Position position,
java.util.List<Option> options) |
Modifier and Type | Field and Description |
---|---|
private RegEx |
TypeExtensionWithCondition.conditionExpression
The value of the variable.
|
private RegEx |
AbstractType.expression
Represents the regular expression.
|
Modifier and Type | Method and Description |
---|---|
RegEx |
TypeExtensionWithCondition.getConditionExpression() |
RegEx |
AbstractType.getExpression()
Return the field expression.
|
RegEx |
TypeExtensionWithCondition.getExpression() |
Modifier and Type | Method and Description |
---|---|
private void |
TypeFile.resolveRegEx(RegEx expression)
Iterates over Parts and resolves the references.
|
void |
TypeExtensionWithCondition.setConditionExpression(RegEx regEx) |
void |
AbstractType.setExpression(RegEx expression) |
void |
TypeExtensionWithCondition.setExpression(RegEx expression) |
Constructor and Description |
---|
AbstractType(RegEx expression)
Constructor for AbstractVariableType, just sets the field.
|
AbstractVariableType(RegEx expression)
Constructor for AbstractVariableType, just sets the field.
|
AnonVariableType(RegEx expression)
Constructor for AnonVariableType, just calls super(expression).
|
NamedVariableType(java.lang.String name,
RegEx expression,
java.lang.String errorMessage,
Position position)
Constructor, just sets the fields.
|
TypeExtensionWithCondition(NamedVariableType variableIdentifier,
TypeFileManager typeFileManager,
RegEx expression,
NamedVariableType conditionIdentifier,
RegEx condition) |
Modifier and Type | Field and Description |
---|---|
private RegEx |
TempPackageRule.value
is the value of the PackageRule.
|
Modifier and Type | Method and Description |
---|---|
RegEx |
TempPackageRule.getValue() |
Modifier and Type | Method and Description |
---|---|
private NamedVariableType |
TypeFileParser.createNVT(java.lang.String name,
RegEx expression,
java.lang.String errorMessage,
Position position)
yet another totally senseless function for PMD to be quiet.
|
void |
TempPackageRule.setValue(RegEx value)
set the value of the package description file.
|
Modifier and Type | Method and Description |
---|---|
static RegEx |
GlobalFunctions.generateRegEx(java.lang.String string) |
Modifier and Type | Field and Description |
---|---|
private RegEx |
TempTypeExtension.regEx
the regularExpression.
|
private RegEx |
TempVariableType.regEx |
private RegEx |
TempTypeExtensionWithCondition.value
the value.
|
Modifier and Type | Method and Description |
---|---|
RegEx |
TempTypeExtension.getRegEx() |
RegEx |
TempVariableType.getRegEx() |
RegEx |
TempTypeExtensionWithCondition.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
TempTypeExtension.setRegEx(RegEx regEx) |
void |
TempVariableType.setRegEx(RegEx regEx)
stores a RegEx while input is a Lists of RexExParts.
|
void |
TempTypeExtensionWithCondition.setValue(RegEx regEx) |