v1/src/compiler/view_compiler/compile_view library
Classes
- AppViewReference
- Reference to html node created during AppView build.
- CompileView
- Represents data to generate a host, component or embedded AppView.
- CompileViewStorage
- CompileView implementation of ViewStorage which stores instances as class member fields on the AppView class.
- NodeReference
-
A reference to an HTML, Text, or View node created during
AppView.build()
. - NodeReferenceStorageVisitor
- AST visitor which promotes inaccessible NodeReferences to class members.
- ReadNodeReferenceExpr
- An AST expression that reads the value of a NodeReference.
- TextBindingNodeReference
- WriteNodeReferenceStmt
- An AST statement that writes the value of a NodeReference.
Enums
- NodeReferenceVisibility
- Visibility of NodeReference within AppView implementation.
Properties
- notThrowOnChanges → NotExpr
-
final