WindowsPlatformPreProcessor class

OcheScript Includes Preprocessor for windows platform.

Inheritance

Constructors

WindowsPlatformPreProcessor({required Set<String> librarySearchPaths})

Properties

hashCode int
The hash code for this object.
no setterinherited
librarySearchPaths Set<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLibraries(String source) Future<Map<String, String>>
Returns a list of files to be included in the compilation process.
override
getLibraryNamesToInclude(String source) List<String>
A helper method that parses the source code and returns a list of library names to include. This method should not be overridden.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited