C# 클래스 Mages.Core.Ast.Expressions.MatrixExpression

Represents a matrix expression.
상속: Mages.Core.Ast.Expressions.ComputingExpression, IExpression
파일 보기 프로젝트 열기: FlorianRappl/Mages

공개 메소드들

메소드 설명
Accept ( ITreeWalker visitor ) : void

Accepts the visitor by showing him around.

MatrixExpression ( Array values, TextPosition start, TextPosition end )

Creates a new matrix expression.

Validate ( IValidationContext context ) : void

Validates the expression with the given context.

메소드 상세

Accept() 공개 메소드

Accepts the visitor by showing him around.
public Accept ( ITreeWalker visitor ) : void
visitor ITreeWalker The visitor walking the tree.
리턴 void

MatrixExpression() 공개 메소드

Creates a new matrix expression.
public MatrixExpression ( Array values, TextPosition start, TextPosition end )
values Array
start TextPosition
end TextPosition

Validate() 공개 메소드

Validates the expression with the given context.
public Validate ( IValidationContext context ) : void
context IValidationContext The validator to report errors to.
리턴 void