Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.Compiler.Steps
Parse Class
Parse Methods
CreateModule Method
Dispose Method
DoParse Method
GetParser Method
Initialize Method
Run Method
Parse
CreateModule Method
Used to create instance of the
Module
for each
ICompilerInput
in
CompilerParameters
.
Namespace:
Syntactik.Compiler.Steps
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
protected
virtual
Module
CreateModule
(
string
fileName
)
Parameters
fileName
Type:
System
String
File name.
Return Value
Type:
Module
Instance of the
Module
.
See Also
Reference
Parse Class
Syntactik.Compiler.Steps Namespace
Send comments on this topic to
info@syntactik.com