[This is preliminary documentation and is subject to change.]
The LaconfigData type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | LaconfigData | Initializes a new instance of the LaconfigData class |
Methods
Name | Description | |
---|---|---|
![]() | EmitMessage | (Inherited from CommonCodeProcessor.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | MessageCodeToString | (Overrides CommonCodeProcessor MessageCodeToString(Int32).) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_ResultObject | (Inherited from ObjectResultAnalysisContext TObject .) |
Properties
Name | Description | |
---|---|---|
![]() | Context |
Returns context that this processor operates under -
an entity that retains state during analysis, such as: module compiler, project compiler, code unit translator etc.
This entity may also contain compiler/parser/lexer options etc.
(Inherited from CommonCodeProcessor.) |
![]() | Language | (Overrides CommonCodeProcessor Language.) |
![]() | Messages |
References message list that lexer emitts messages into. May be null
(Inherited from CommonCodeProcessor.) |
![]() | ResultObject | (Inherited from ObjectResultAnalysisContext TObject .) |
![]() | ThrowErrors |
When true, throws an exception on the first error even when MessageList is set.
When MessageList is not set any lexing error is always thrown regardless of this parameter
(Inherited from CommonCodeProcessor.) |
See Also