class AllExpression : Expression
Logical "and" expression for given arguments. |
|
class AnyExpression : Expression
Logical "or" expression for given arguments. |
|
class ComparisonExpression : Expression
Expression for comparison two arguments. |
|
interface Expression : JniNativeHandleOwner
Base interface for expression. |
|
class FormatExpression : Expression
An expression representing formatted text. Supports mixed format. |
|
class FormatExpressionSection : JniNativeHandleOwner
Represents text and its two format parameters - text size scale and font. Supports escape sequences such as '\n' for multiline strings. |
|
class FormattedText : JniNativeHandleOwner
An expression representing formatted text. Supports mixed format. |
|
class FormattedTextSection
Represents text and its format parameters. Supports escape sequences such as '\n' for multiline strings. |
|
class GetExpression : Expression
Gets property value |
|
class LiteralExpression : Expression
Literal expression wrapping given value. |