PCExpressionSplitter Class [AX 2012]
This class handles splitting of OML expressions into a finished part of the expression and an unfinished trailing symbol.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| compareSquareBracketBalance | Compares the number of starting square brackets to the number of closing square brackets in the substring given by the previous token position till end. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findPreviousTokenPosition | Finds the position of the previous token at or before before a position. |
| getStartUnfinishedSymbol | Determines the position of the first character in the last symbol. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleAmbiguousTwoCharToken | Determines the last start of the last unfinished symbol for an ambiguous two character token. |
| handleSquareEnd | Handles a square end (']') token and finds the span of a potential attribute symbol or an operator |
| handleSquareStart | Handles a square start ('[') token and finds the span of a potential attribute symbol or an operator |
| isOperator | Determines whether the symbol is an operator. |
| new | Initializes a new instance of the PCExpressionSplitter class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAllSymbols | Gets or sets the AllSymbols parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| splitExpression | Splits an expression string split into an expression head and an unfinished symbol tail and possibly a correctly cased version of the unfinished symbol. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| tryCompleteUnfinishedSymbol | Tries to complet an unfinished symbol by checkin against known symbols. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PCExpressionSplitter class. |
| ::createSearchString | Creates a wildcard query search string based on a symbol. |
| ::newExpressionSplitter | Creates a new instance of the PCExpressionSplitter class. |
Community Additions
ADD
Show: