Represents a boolean literal.
See Also: Inherited members from Literal.
|
Constructs a new BooleanLiteral. | |
|
Cosntructs a new BooleanLiteral. |
|
BoolVal | bool . Holds the value of the literal. |
|
Conv | bool . Holds a flag indicating whether a conversion is to be made or not. (Inherited from Literal.) |
|
DoNot | bool . This flag indicates whether a negation of the vaue is required. |
|
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.) |
|
OrdOp | string . Contains the order of unary operations to be done on the literal. |
|
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.) |
Constructs a new BooleanLiteral.
Syntax
public BooleanLiteral ()Remarks
Also sets the LitTyp field to an instance of BooleanTok.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4
Cosntructs a new BooleanLiteral.
Syntax
public BooleanLiteral (string value)Parameters
- value
- The value to give the 'Value' field which is useless in this case.
Remarks
Also sets the LitTyp field to an instance of BooleanTok.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4
Holds the value of the literal.
Syntax
public bool BoolValRemarks
This value is loaded as the number 1 or 0 for true or false repectively.Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4
This flag indicates whether a negation of the vaue is required.
Syntax
public bool DoNotRemarks
Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4
Contains the order of unary operations to be done on the literal.
Syntax
public string OrdOpRemarks
Requirements
Namespace: dylan.NET.Tokenizer.AST.Tokens.Literals
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4