C# 클래스 Antlr4.Tool.AttributeDict

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

공개 프로퍼티들

프로퍼티 타입 설명
ast Antlr4.Tool.Ast.GrammarAST
name string
predefinedTokenDict AttributeDict
type DictType

공개 메소드들

메소드 설명
Add ( Attribute a ) : Attribute
AttributeDict ( DictType type ) : System.Collections.Generic
Get ( string name ) : Attribute
GetName ( ) : string
Size ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
AttributeDict ( ) : System.Collections.Generic
Intersection ( [ other ) : ISet

메소드 상세

Add() 공개 메소드

public Add ( Attribute a ) : Attribute
a Attribute
리턴 Attribute

AttributeDict() 공개 메소드

public AttributeDict ( DictType type ) : System.Collections.Generic
type DictType
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( string name ) : Attribute
name string
리턴 Attribute

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

Size() 공개 메소드

public Size ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ast 공개적으로 프로퍼티

public GrammarAST,Antlr4.Tool.Ast ast
리턴 Antlr4.Tool.Ast.GrammarAST

name 공개적으로 프로퍼티

public string name
리턴 string

predefinedTokenDict 공개적으로 정적으로 프로퍼티

public static AttributeDict,Antlr4.Tool predefinedTokenDict
리턴 AttributeDict

type 공개적으로 프로퍼티

public DictType type
리턴 DictType