public class PropertyWatcherInfo extends WatcherInfoBase
WatcherInfoBase.WatcherType
Modifier and Type | Field and Description |
---|---|
protected String |
propertyName
The name of the property we are watching
|
bindingInfoList, children, index, isRoot, type
Constructor and Description |
---|
PropertyWatcherInfo(Collection<ICompilerProblem> problems,
IASNode sourceNode,
List<String> eventNames)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
dump(String leadingSpace)
just for debugging
|
String |
getPropertyName() |
void |
setPropertyName(String propertyName)
After creating a PropertyWatcherInfo, you should immediately call
setPropertyName.
|
addBinding, assignIndex, getBindings, getChildren, getEventNames, getIndex, getOrCreateChildren, getType, toString
protected String propertyName
public PropertyWatcherInfo(Collection<ICompilerProblem> problems, IASNode sourceNode, List<String> eventNames)
public void setPropertyName(String propertyName)
public String getPropertyName()
public String dump(String leadingSpace)
dump
in class WatcherInfoBase
Copyright © 2016 The Apache Software Foundation. All rights reserved.