C# 클래스 Antlr4.StringTemplate.Compiler.BytecodeDisassembler

파일 보기 프로젝트 열기: antlr/antlrcs 1 사용 예제들

공개 메소드들

메소드 설명
BytecodeDisassembler ( CompiledTemplate code ) : System.Collections.Generic
Disassemble ( ) : string
DisassembleInstruction ( System.Text.StringBuilder buf, int ip ) : int
GetInstructions ( ) : string
GetSourceMap ( ) : string
GetStrings ( ) : string

비공개 메소드들

메소드 설명
GetShort ( byte memory, int index ) : int
ShowConstantPoolOperand ( int poolIndex ) : string

메소드 상세

BytecodeDisassembler() 공개 메소드

public BytecodeDisassembler ( CompiledTemplate code ) : System.Collections.Generic
code CompiledTemplate
리턴 System.Collections.Generic

Disassemble() 공개 메소드

public Disassemble ( ) : string
리턴 string

DisassembleInstruction() 공개 메소드

public DisassembleInstruction ( System.Text.StringBuilder buf, int ip ) : int
buf System.Text.StringBuilder
ip int
리턴 int

GetInstructions() 공개 메소드

public GetInstructions ( ) : string
리턴 string

GetSourceMap() 공개 메소드

public GetSourceMap ( ) : string
리턴 string

GetStrings() 공개 메소드

public GetStrings ( ) : string
리턴 string