Package | Description |
---|---|
gui | |
gui.wrapperobjects | |
model | |
model.type | |
parser | |
printer |
Modifier and Type | Method and Description |
---|---|
private void |
MainViewLogic.setTypeTM(TypeFile typeFileition) |
Modifier and Type | Field and Description |
---|---|
private TypeFile |
TypeFileWrapper.typeFile
the typeFile.
|
Modifier and Type | Method and Description |
---|---|
TypeFile |
TypeFileWrapper.getTypeFile() |
Constructor and Description |
---|
TypeFileWrapper(TypeFile typeFile)
Constructor for TypeFileWrapper.
|
Modifier and Type | Field and Description |
---|---|
private TypeFile |
Package.typeFile
The type file that is associated by the package.
|
private TypeFile |
PackagePrepare.typeFile
the created type file.
|
Modifier and Type | Method and Description |
---|---|
TypeFile |
Package.getTypeFile()
Returns the field typeFile.
|
private TypeFile |
PackagePrepare.initTypes()
Calls the createTypeXXX-methods.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.setTypeFile(TypeFile typeFile)
Sets the associated type file.
|
Constructor and Description |
---|
Package(RouterSoftware rs,
java.lang.String name,
TypeFile typeFile,
DefinitionFile defFile,
java.util.Map<java.lang.String,Opt> opts2,
PackageDescriptionFile packageDescFile)
Constructor, just sets fields.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<TypeFile> |
TypeFileManager.typeFileList
List of all TypeFiles.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TypeFile> |
TypeFileManager.getTypeFileList()
Getter for the TypeFileList.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeFileManager.addTypeFile(TypeFile typeFile)
Adds a TypeFile to the list and provides the TypeFile with a Reference to the
TypeFileManager.
|
Modifier and Type | Field and Description |
---|---|
private TypeFile |
TypeFileParser.typeFile
The final AssignmentFile.
|
Modifier and Type | Method and Description |
---|---|
TypeFile |
TypeFileParser.getTypeFile()
Returns the desired Type File which is automatically created right after instantiation.
|
private TypeFile |
TypeFileParser.parse() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PrintHelper.printAndRead(TypeFile toPrint,
java.lang.String expectedString,
java.lang.String packageName)
Prints the given object, reads the result and checks if and only if the result is equals the
given String expectedString.
|