C# Class Antlr4.Parse.ScopeParser

Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

Méthode Description
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

Method Details

Parse() public static méthode

public static Parse ( [ action, string s, char separator, Grammar g ) : AttributeDict
action [
s string
separator char
g Antlr4.Tool.Grammar
Résultat Antlr4.Tool.AttributeDict

ParseAttributeDef() public static méthode

public static ParseAttributeDef ( [ action, int>.[ decl, Grammar g ) : Attribute
action [
decl int>.[
g Antlr4.Tool.Grammar
Résultat Antlr4.Tool.Attribute

ParseTypedArgList() public static méthode

public static ParseTypedArgList ( [ action, string s, Grammar g ) : AttributeDict
action [
s string
g Antlr4.Tool.Grammar
Résultat Antlr4.Tool.AttributeDict

SplitDecls() public static méthode

public static SplitDecls ( string s, int separatorChar ) : int>>.IList
s string
separatorChar int
Résultat int>>.IList

_ParsePostfixDecl() public static méthode

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
Résultat int>.System.Tuple

_ParsePrefixDecl() public static méthode

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
Résultat int>.System.Tuple

_SplitArgumentList() public static méthode

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
Résultat int