Class LessThan
Inheritance
System.Object
LessThan
Assembly: Albatross.Expression.dll
Syntax
public class LessThan : ComparisonInfixOperation, IToken
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Precedence
Declaration
public override int Precedence { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Symbolic
Declaration
public override bool Symbolic { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
interpret(Int32)
Declaration
public override bool interpret(int comparisonResult)
Parameters
Type |
Name |
Description |
System.Int32 |
comparisonResult |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Match(String, Int32, out Int32)
Declaration
public override bool Match(string expression, int start, out int next)
Parameters
Type |
Name |
Description |
System.String |
expression |
|
System.Int32 |
start |
|
System.Int32 |
next |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
Extension Methods