프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LeftDenotationGetter | LeftDenotationGetterDelegate | ||
NullDenotationGetter | NullDenotationGetterDelegate |
메소드 | 설명 | |
---|---|---|
GetLeftDenotation ( |
Gets a left denotation token for given token using the left denotation getter.
|
|
GetNullDenotation ( |
Gets a null denotation token for given token using the null denotation getter.
|
|
SetLeftDenotationGetter ( LeftDenotationGetterDelegate leftDenotationGetter ) : |
Sets a left denotation getter.
|
|
SetNullDenotationGetter ( NullDenotationGetterDelegate nullDenotationGetter ) : |
Sets a null denotation getter.
|
|
TokenDefinition ( TokenType tokenType, int leftBindingPower ) : System |
Initializes a new instance of the TokenDefinition class for given token type with given left binding power.
|
public GetLeftDenotation ( |
||
self | ||
left | ||
리턴 |
public SetLeftDenotationGetter ( LeftDenotationGetterDelegate leftDenotationGetter ) : |
||
leftDenotationGetter | LeftDenotationGetterDelegate | |
리턴 |
public SetNullDenotationGetter ( NullDenotationGetterDelegate nullDenotationGetter ) : |
||
nullDenotationGetter | NullDenotationGetterDelegate | |
리턴 |
public TokenDefinition ( TokenType tokenType, int leftBindingPower ) : System | ||
tokenType | TokenType | |
leftBindingPower | int | |
리턴 | System |
protected LeftDenotationGetterDelegate LeftDenotationGetter | ||
리턴 | LeftDenotationGetterDelegate |