C# 클래스 Microsoft.R.Core.AST.Operators.Operator

상속: RValueNode, IOperator
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetUnaryForm ( OperatorType operatorType ) : OperatorType
IsUnaryOperator ( TokenStream tokens, ITextProvider textProvider, OperatorType operatorType, int offset ) : bool

Given token stream and operator type determines if operator is unary

비공개 메소드들

메소드 설명
IsPossibleUnary ( OperatorType operatorType ) : bool

메소드 상세

GetUnaryForm() 공개 정적인 메소드

public static GetUnaryForm ( OperatorType operatorType ) : OperatorType
operatorType OperatorType
리턴 OperatorType

IsUnaryOperator() 공개 정적인 메소드

Given token stream and operator type determines if operator is unary
public static IsUnaryOperator ( TokenStream tokens, ITextProvider textProvider, OperatorType operatorType, int offset ) : bool
tokens TokenStream Token stream
textProvider ITextProvider Text provider
operatorType OperatorType Operator type
offset int Offset to look back
리턴 bool