Click or drag to resize
MacroElement Methods

The MacroElement type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEscapeSpecialChars
Escapes special characters in the string to create a string literal.
Public methodStatic memberIsBoolConst
Returns true if the given string is a boolean constant "true" or "false".
Public methodStatic memberIsOperatorChar
Returns true if the character is operator character.
Public methodStatic memberIsValidOperator
Returns true if the operator is valid.
Public methodStatic memberIsWordOperator
Returns true if the given string is a word operator.
Public methodStatic memberParseExpression(String)
Parses the expression.
Public methodStatic memberParseExpression(String, Boolean)
Parses the expression.
Public methodToString
Returns the expression of the element.
(Overrides ObjectToString.)
Public methodStatic memberUnescapeSpecialChars
Unescapes special characters in the string constant.
Top
See Also