Class ALinearCPathExpression
Unit
linearc
Declaration
type ALinearCPathExpression = class(ALinearCStringExpression)
Description
This class represents a path expression in LinearC, which an expression that begins with a path delimiter, such as lcopDivideString or lcdlBackslashString and which is not contained in quotes (otherwise it would be seen as a string expression).
Hierarchy
Overview
Methods
|
function parse: int64; override; |
Description
Methods
|
function parse: int64; override; |
Parse the expression.
This method processes tokens until whitespace is encountered. 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 space token (or end-of-stream token) that terminated the path.
|
Generated by PasDoc 0.13.0 on 2015-06-25 11:07:51
|