Classes, interfaces and traits

AbstractBinary

Abstract class for all nodes that represents an expression.

« More »

AddBinary

Abstract class for all nodes that represents an expression.

« More »

AndBinary

Abstract class for all nodes that represents an expression.

« More »

BitwiseAndBinary

Abstract class for all nodes that represents an expression.

« More »

BitwiseOrBinary

Abstract class for all nodes that represents an expression.

« More »

BitwiseXorBinary

Abstract class for all nodes that represents an expression.

« More »

ConcatBinary

Abstract class for all nodes that represents an expression.

« More »

DivBinary

Abstract class for all nodes that represents an expression.

« More »

EndsWithBinary

Abstract class for all nodes that represents an expression.

« More »

EqualBinary

Abstract class for all nodes that represents an expression.

« More »

FloorDivBinary

Abstract class for all nodes that represents an expression.

« More »

GreaterBinary

Abstract class for all nodes that represents an expression.

« More »

GreaterEqualBinary

Abstract class for all nodes that represents an expression.

« More »

InBinary

Abstract class for all nodes that represents an expression.

« More »

LessBinary

Abstract class for all nodes that represents an expression.

« More »

LessEqualBinary

Abstract class for all nodes that represents an expression.

« More »

MatchesBinary

Abstract class for all nodes that represents an expression.

« More »

ModBinary

Abstract class for all nodes that represents an expression.

« More »

MulBinary

Abstract class for all nodes that represents an expression.

« More »

NotEqualBinary

Abstract class for all nodes that represents an expression.

« More »

NotInBinary

Abstract class for all nodes that represents an expression.

« More »

OrBinary

Abstract class for all nodes that represents an expression.

« More »

PowerBinary

Abstract class for all nodes that represents an expression.

« More »

RangeBinary

Abstract class for all nodes that represents an expression.

« More »

StartsWithBinary

Abstract class for all nodes that represents an expression.

« More »

SubBinary

Abstract class for all nodes that represents an expression.

« More »