Package | Description |
---|---|
model | |
model.type |
Modifier and Type | Method and Description |
---|---|
private void |
PackagePrepare.createType(java.util.List<RegExPart> regExParts,
java.lang.String varTypeName,
java.lang.String vartypeException,
java.lang.Integer row,
java.lang.Integer col)
Creates a VariableType for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
RegExRefPart
Represents a "re:typename" as a part of a regular expression.
|
class |
RegExStringPart
Represents a string part of a regular expression.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<RegExPart> |
RegEx.parts
Represents the single parts of a regular expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RegExPart> |
RegEx.getParts()
Returns the field parts.
|
Constructor and Description |
---|
RegEx(java.util.List<RegExPart> parts)
Constructor, just sets the fields.
|