Package | Description |
---|---|
org.apache.flex.compiler.internal.codegen.databinding |
Modifier and Type | Class and Description |
---|---|
class |
FunctionWatcherInfo
Specific watcher info for FunctionReturnWatcher
|
class |
PropertyWatcherInfo
Specific watcher info for PropertyWatcher and StaticPropertyWatcher
|
class |
StaticPropertyWatcherInfo |
class |
XMLWatcherInfo
Holds the data needed to CG
an XMLWatcher
|
Modifier and Type | Field and Description |
---|---|
protected Map<Object,WatcherInfoBase> |
WatcherInfoBase.children |
Modifier and Type | Method and Description |
---|---|
WatcherInfoBase |
BindingDatabase.getOrCreateWatcher(WatcherInfoBase parent,
WatcherInfoBase.WatcherType type,
Object watcherKey,
Collection<ICompilerProblem> problems,
IASNode sourceNode,
List<String> eventNames)
Searches for appropriate existing watcher, or creates new one.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Object,WatcherInfoBase>> |
WatcherInfoBase.getChildren() |
protected Map<Object,WatcherInfoBase> |
WatcherInfoBase.getOrCreateChildren() |
Set<Map.Entry<Object,WatcherInfoBase>> |
BindingDatabase.getWatcherChains() |
Modifier and Type | Method and Description |
---|---|
WatcherInfoBase |
BindingDatabase.getOrCreateWatcher(WatcherInfoBase parent,
WatcherInfoBase.WatcherType type,
Object watcherKey,
Collection<ICompilerProblem> problems,
IASNode sourceNode,
List<String> eventNames)
Searches for appropriate existing watcher, or creates new one.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.