C# 클래스 Antlr4.Codegen.Model.Action

상속: RuleElement
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 메소드들

메소드 설명
Action ( OutputModelFactory factory, ActionAST ast ) : System.Collections.Generic
Action ( OutputModelFactory factory, StructDecl ctx, Template actionST ) : System.Collections.Generic
Action ( OutputModelFactory factory, StructDecl ctx, string action ) : System.Collections.Generic

메소드 상세

Action() 공개 메소드

public Action ( OutputModelFactory factory, ActionAST ast ) : System.Collections.Generic
factory OutputModelFactory
ast Antlr4.Tool.Ast.ActionAST
리턴 System.Collections.Generic

Action() 공개 메소드

public Action ( OutputModelFactory factory, StructDecl ctx, Template actionST ) : System.Collections.Generic
factory OutputModelFactory
ctx Antlr4.Codegen.Model.Decl.StructDecl
actionST Template
리턴 System.Collections.Generic

Action() 공개 메소드

public Action ( OutputModelFactory factory, StructDecl ctx, string action ) : System.Collections.Generic
factory OutputModelFactory
ctx Antlr4.Codegen.Model.Decl.StructDecl
action string
리턴 System.Collections.Generic