C# 클래스 Boo.Lang.Compiler.Ast.Attribute

상속: Node, INodeWithArguments
파일 보기 프로젝트 열기: boo-lang/boo 1 사용 예제들

공개 메소드들

메소드 설명
Attribute ( ) : System
Attribute ( LexicalInfo lexicalInfo ) : System
Attribute ( LexicalInfo lexicalInfo, string name ) : System
Attribute ( string name ) : System

메소드 상세

Attribute() 공개 메소드

public Attribute ( ) : System
리턴 System

Attribute() 공개 메소드

public Attribute ( LexicalInfo lexicalInfo ) : System
lexicalInfo LexicalInfo
리턴 System

Attribute() 공개 메소드

public Attribute ( LexicalInfo lexicalInfo, string name ) : System
lexicalInfo LexicalInfo
name string
리턴 System

Attribute() 공개 메소드

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