Documentation for this section has not yet been entered.
See Also: Inherited members from NumberLiteral.
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. |
|
Conv | bool . Holds a flag indicating whether a conversion is to be made or not. (Inherited from Literal.) |
|
DoNeg | bool . Determines if a two's complement negation should be applied to the literal after loading. (Inherited from NumberLiteral.) |
|
DoNot | bool . Determines if a bitwise not should be applied on the literal after loading. (Inherited from NumberLiteral.) |
|
Line | int . The Line where this Token was found. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.) |
|
LitTyp | dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok . Holds a TypeTok indicating the type of literal represented. The RefTyp field of the TypeTok is useful during code generation. (Inherited from Literal.) |
|
NumVal | decimal . Documentation for this section has not yet been entered. |
|
OrdOp | string . Contains the order in which unary operations are to be done on the literal. (Inherited from NumberLiteral.) |
|
TTok | dylan.NET.Tokenizer.AST.Tokens.TypeToks.TypeTok . Holds a TypeTok indicating the type to convert to. (Inherited from Literal.) |
|
Value | string . The textual value of the Token. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.) |
override
|
ToString
()Documentation for this section has not yet been entered. |
|
override
|
ToString
()Outputs the Token in terms of dylan.NET syntax. (Inherited from dylan.NET.Tokenizer.AST.Tokens.Token.) |
Documentation for this section has not yet been entered.
Syntax
public DecimalLiteral ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6
Documentation for this section has not yet been entered.
Syntax
public DecimalLiteral (decimal value)Parameters
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6
Documentation for this section has not yet been entered.
Syntax
public DecimalLiteral (string value)Parameters
- value
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6
Documentation for this section has not yet been entered.
Syntax
public decimal NumValRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6
Documentation for this section has not yet been entered.
Syntax
public override string ToString ()Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6