|
Spec-Zone .ru
спецификации, руководства, описания, API
|
Table of Contents
JavaFX Script code consists of definitions and executable code; all executable code is in the form of expressions. This chapter describes the syntax, meaning, and use of expressions.
This chapter is organized by the syntactic structure of JavaFX expressions. Because the hierarchy of the syntax determines the precedence of operators, the syntax of an expression may be expressed in terms of other expression non-terminals which are unrelated (except by operator precedence). For example, orExpression is syntactically defined in terms of typeExpression.
[To do: add an introductory section in a conceptual rather than syntactic order]