C# 클래스 DCPUB.Ast.StringLiteralNode

상속: CompilableNode
파일 보기 프로젝트 열기: Blecki/DCPUB

공개 프로퍼티들

프로퍼티 타입 설명
staticLabel Intermediate.Label
value string

공개 메소드들

메소드 설명
Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
GatherSymbols ( CompileContext context, Model enclosingScope ) : void
GetFetchToken ( ) : Operand
Init ( Irony context, Irony treeNode ) : void
UnescapeString ( String s ) : String

메소드 상세

Emit() 공개 메소드

public Emit ( CompileContext context, Model scope, Target target ) : Intermediate.IRNode
context CompileContext
scope Model
target Target
리턴 Intermediate.IRNode

GatherSymbols() 공개 메소드

public GatherSymbols ( CompileContext context, Model enclosingScope ) : void
context CompileContext
enclosingScope Model
리턴 void

GetFetchToken() 공개 메소드

public GetFetchToken ( ) : Operand
리턴 Operand

Init() 공개 메소드

public Init ( Irony context, Irony treeNode ) : void
context Irony
treeNode Irony
리턴 void

UnescapeString() 공개 정적인 메소드

public static UnescapeString ( String s ) : String
s String
리턴 String

프로퍼티 상세

staticLabel 공개적으로 프로퍼티

public Intermediate.Label staticLabel
리턴 Intermediate.Label

value 공개적으로 프로퍼티

public string value
리턴 string