C# Класс Nexus.Client.Games.Fallout3.Scripting.XmlScript.CPL.Controls.FO3CplHighlightingStrategy

The highlighting strategy for the FO3 variant of the Conditional Pattern Language.
This is used to highilight CPL in the editor.
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.CPL.Controls.CplHighlightingStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
FO3CplHighlightingStrategy ( ICplParserFactory p_cpfLexerFactory ) : Nexus.Client.ModManagement.Scripting.XmlScript.CPL

A simple construstor that sets the ICplParserFactory to use.

Защищенные методы

Метод Описание
GetTokenClass ( int p_intTokenType ) : TokenClass

Determines the token class of the given token type.

Описание методов

FO3CplHighlightingStrategy() публичный Метод

A simple construstor that sets the ICplParserFactory to use.
public FO3CplHighlightingStrategy ( ICplParserFactory p_cpfLexerFactory ) : Nexus.Client.ModManagement.Scripting.XmlScript.CPL
p_cpfLexerFactory ICplParserFactory The factory to use to create the CPL lexer used to highlight the code.
Результат Nexus.Client.ModManagement.Scripting.XmlScript.CPL

GetTokenClass() защищенный Метод

Determines the token class of the given token type.
protected GetTokenClass ( int p_intTokenType ) : TokenClass
p_intTokenType int The token type to classify.
Результат TokenClass