ILexicalStateTransition Interface
Provides the base requirements for a transition from one lexical state to another.
public interface ILexicalStateTransition
Properties
ChildLanguage
The ISyntaxLanguage that contains the ChildLexicalState.
ISyntaxLanguage ChildLanguage { get; }
Property Value
See Also
ChildLexicalScope
The ILexicalScope that is used in the ChildLexicalState to end the transition and pop back up to the parent lexical state.
ILexicalScope? ChildLexicalScope { get; }
Property Value
See Also
ChildLexicalState
The ILexicalState into which a transition is made.
ILexicalState ChildLexicalState { get; }
Property Value
See Also
ParentLexicalScope
The ILexicalScope that owns this state transition.
ILexicalScope? ParentLexicalScope { get; }
Property Value
See Also
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)