Class ALinearCStringExpression
Unit
linearc
Declaration
type ALinearCStringExpression = class(ALinearCExpression)
Description
This class represents a string expression in LinearC, which is an expression that consists of a single string, delimited by either lcdlQuote1String or lcdlQuote2String.
Hierarchy
Overview
Methods
|
function init: boolean; override; |
|
function parse: int64; override; |
Description
Methods
|
function init: boolean; override; |
Initializer
|
|
function parse: int64; override; |
Parse the expression.
This method processes tokens until another delimiter which matched the opening delimiter is found. The literal value of each token is appended to the value of the expression.
On return from this routine, the current token in the parent expression will refer to the token immediately following the string's closing delimiter.
|
Generated by PasDoc 0.13.0 on 2015-01-10 17:13:18
|