C# 클래스 Antlr4.Parse.ScopeParser

파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
Parse ( [ action, string s, char separator, Grammar g ) : AttributeDict
ParseAttributeDef ( [ action, int>.[ decl, Grammar g ) : Attribute
ParseTypedArgList ( [ action, string s, Grammar g ) : AttributeDict
SplitDecls ( string s, int separatorChar ) : int>>.IList
_ParsePostfixDecl ( Attribute attr, string decl, ActionAST a, Grammar g ) : int>.System.Tuple
_ParsePrefixDecl ( Attribute attr, string decl, ActionAST a, Grammar g ) : int>.System.Tuple
_SplitArgumentList ( string actionText, int start, int targetChar, int separatorChar, int>.IList args ) : int

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( [ action, string s, char separator, Grammar g ) : AttributeDict
action [
s string
separator char
g Antlr4.Tool.Grammar
리턴 Antlr4.Tool.AttributeDict

ParseAttributeDef() 공개 정적인 메소드

public static ParseAttributeDef ( [ action, int>.[ decl, Grammar g ) : Attribute
action [
decl int>.[
g Antlr4.Tool.Grammar
리턴 Antlr4.Tool.Attribute

ParseTypedArgList() 공개 정적인 메소드

public static ParseTypedArgList ( [ action, string s, Grammar g ) : AttributeDict
action [
s string
g Antlr4.Tool.Grammar
리턴 Antlr4.Tool.AttributeDict

SplitDecls() 공개 정적인 메소드

public static SplitDecls ( string s, int separatorChar ) : int>>.IList
s string
separatorChar int
리턴 int>>.IList

_ParsePostfixDecl() 공개 정적인 메소드

public static _ParsePostfixDecl ( Attribute attr, string decl, ActionAST a, Grammar g ) : int>.System.Tuple
attr Antlr4.Tool.Attribute
decl string
a Antlr4.Tool.Ast.ActionAST
g Antlr4.Tool.Grammar
리턴 int>.System.Tuple

_ParsePrefixDecl() 공개 정적인 메소드

public static _ParsePrefixDecl ( Attribute attr, string decl, ActionAST a, Grammar g ) : int>.System.Tuple
attr Antlr4.Tool.Attribute
decl string
a Antlr4.Tool.Ast.ActionAST
g Antlr4.Tool.Grammar
리턴 int>.System.Tuple

_SplitArgumentList() 공개 정적인 메소드

public static _SplitArgumentList ( string actionText, int start, int targetChar, int separatorChar, int>.IList args ) : int
actionText string
start int
targetChar int
separatorChar int
args int>.IList
리턴 int