C# 클래스 OperatorDeclaration, Marvin

A class used to hold info about an operator declarator
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
location Location,
optype Operator.OpType
ret_type FullNamedExpression

공개 메소드들

메소드 설명
OperatorDeclaration ( Operator, op, FullNamedExpression ret_type, Location, location ) : System.Text

메소드 상세

OperatorDeclaration() 공개 메소드

public OperatorDeclaration ( Operator, op, FullNamedExpression ret_type, Location, location ) : System.Text
op Operator,
ret_type FullNamedExpression
location Location,
리턴 System.Text

프로퍼티 상세

location 공개적으로 프로퍼티

public Location, location
리턴 Location,

optype 공개적으로 프로퍼티

public Operator.OpType optype
리턴 Operator.OpType

ret_type 공개적으로 프로퍼티

public FullNamedExpression ret_type
리턴 FullNamedExpression