C# 클래스 ShaderTools.VisualStudio.Hlsl.Util.ContextQuery.SyntaxTokenExtensions

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
IsBeginningOfStatementContext ( this token ) : bool
IsSwitchLabelContext ( this targetToken ) : bool

메소드 상세

IsBeginningOfStatementContext() 공개 정적인 메소드

public static IsBeginningOfStatementContext ( this token ) : bool
token this
리턴 bool

IsSwitchLabelContext() 공개 정적인 메소드

public static IsSwitchLabelContext ( this targetToken ) : bool
targetToken this
리턴 bool