C# 클래스 Microsoft.Bek.Frontend.AST.charconst

상속: expr
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
val int

공개 메소드들

메소드 설명
GenerateCode ( string language, StringBuilder sb ) : void
GetBoundVars ( ) : IEnumerable
GetFunctionNames ( ) : IEnumerable
ToC ( StringBuilder sb ) : void
ToCS ( StringBuilder sb ) : void
ToJS ( StringBuilder sb ) : void
ToString ( ) : string
charconst ( int line, int pos, string str, BekCharModes mode = BekCharModes.BV16 ) : System
charconst ( string str, BekCharModes mode = BekCharModes.BV16 ) : System

비공개 메소드들

메소드 설명
Escape ( int code ) : string

Make an escaped string from a character

ToUnicodeRepr ( int i ) : string

메소드 상세

GenerateCode() 공개 메소드

public GenerateCode ( string language, StringBuilder sb ) : void
language string
sb StringBuilder
리턴 void

GetBoundVars() 공개 메소드

public GetBoundVars ( ) : IEnumerable
리턴 IEnumerable

GetFunctionNames() 공개 메소드

public GetFunctionNames ( ) : IEnumerable
리턴 IEnumerable

ToC() 공개 메소드

public ToC ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToCS() 공개 메소드

public ToCS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToJS() 공개 메소드

public ToJS ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

charconst() 공개 메소드

public charconst ( int line, int pos, string str, BekCharModes mode = BekCharModes.BV16 ) : System
line int
pos int
str string
mode BekCharModes
리턴 System

charconst() 공개 메소드

public charconst ( string str, BekCharModes mode = BekCharModes.BV16 ) : System
str string
mode BekCharModes
리턴 System

프로퍼티 상세

val 공개적으로 프로퍼티

public int val
리턴 int