C# 클래스 ShaderTools.Unity.Syntax.SyntaxFacts

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

공개 메소드들

메소드 설명
GetContextualKeywordKind ( string text ) : SyntaxKind
GetDisplayText ( this token ) : string
GetLiteralExpression ( SyntaxKind kind ) : SyntaxKind
GetPrefixUnaryExpression ( SyntaxKind kind, bool forPreprocessor = false ) : SyntaxKind
GetText ( this kind ) : string
GetUnityKeywordKind ( string text ) : SyntaxKind
IsComment ( this kind ) : bool
IsKeyword ( this kind ) : bool
IsNumericLiteral ( this kind ) : bool
IsOperator ( this kind ) : bool
IsPunctuation ( this kind ) : bool
IsWhitespace ( this kind ) : bool

메소드 상세

GetContextualKeywordKind() 공개 정적인 메소드

public static GetContextualKeywordKind ( string text ) : SyntaxKind
text string
리턴 SyntaxKind

GetDisplayText() 공개 정적인 메소드

public static GetDisplayText ( this token ) : string
token this
리턴 string

GetLiteralExpression() 공개 정적인 메소드

public static GetLiteralExpression ( SyntaxKind kind ) : SyntaxKind
kind SyntaxKind
리턴 SyntaxKind

GetPrefixUnaryExpression() 공개 정적인 메소드

public static GetPrefixUnaryExpression ( SyntaxKind kind, bool forPreprocessor = false ) : SyntaxKind
kind SyntaxKind
forPreprocessor bool
리턴 SyntaxKind

GetText() 공개 정적인 메소드

public static GetText ( this kind ) : string
kind this
리턴 string

GetUnityKeywordKind() 공개 정적인 메소드

public static GetUnityKeywordKind ( string text ) : SyntaxKind
text string
리턴 SyntaxKind

IsComment() 공개 정적인 메소드

public static IsComment ( this kind ) : bool
kind this
리턴 bool

IsKeyword() 공개 정적인 메소드

public static IsKeyword ( this kind ) : bool
kind this
리턴 bool

IsNumericLiteral() 공개 정적인 메소드

public static IsNumericLiteral ( this kind ) : bool
kind this
리턴 bool

IsOperator() 공개 정적인 메소드

public static IsOperator ( this kind ) : bool
kind this
리턴 bool

IsPunctuation() 공개 정적인 메소드

public static IsPunctuation ( this kind ) : bool
kind this
리턴 bool

IsWhitespace() 공개 정적인 메소드

public static IsWhitespace ( this kind ) : bool
kind this
리턴 bool