![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Class that (upon instantiation) determines whether there are any conflicting main reactors in the current package. More...
Classes | |
| class | PackageVisitor |
| Extension of a SimpleFileVisitor that adds entries to the conflicts list in the outer class. More... | |
Public Member Functions | |
| MainConflictChecker (FileConfig fileConfig) | |
| Create a new instance that walks the file tree of the package to find conflicts. | |
Public Attributes | |
| final List< String > | conflicts = new LinkedList<String>() |
| List of conflict encountered while traversing the package. | |
Protected Attributes | |
| FileConfig | fileConfig |
| The current file configuration. | |
Static Protected Attributes | |
| static final ResourceSet | rs |
| Resource set used to obtain resources from. | |
Class that (upon instantiation) determines whether there are any conflicting main reactors in the current package.
Conflicts are reported in the instance's conflicts list.
| org.lflang.MainConflictChecker.MainConflictChecker | ( | FileConfig | fileConfig | ) |
Create a new instance that walks the file tree of the package to find conflicts.
| fileConfig | The current file configuration. |
| final List<String> org.lflang.MainConflictChecker.conflicts = new LinkedList<String>() |
List of conflict encountered while traversing the package.
|
protected |
The current file configuration.
|
staticprotected |
Resource set used to obtain resources from.