C# 클래스 Nexus.Client.Games.Fallout3.Scripting.XmlScript.CPL.Controls.SkyrimCplHighlightingStrategy

The highlighting strategy for the Skyrim variant of the Conditional Pattern Language.
This is used to highilight CPL in the editor.
상속: Nexus.Client.ModManagement.Scripting.XmlScript.CPL.Controls.CplHighlightingStrategy
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
SkyrimCplHighlightingStrategy ( 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.

메소드 상세

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

SkyrimCplHighlightingStrategy() 공개 메소드

A simple construstor that sets the ICplParserFactory to use.
public SkyrimCplHighlightingStrategy ( 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