public class FunctionWatcherInfo extends WatcherInfoBase
WatcherInfoBase.WatcherType
Modifier and Type | Field and Description |
---|---|
IExpressionNode[] |
params |
bindingInfoList, children, index, isRoot, type
Constructor and Description |
---|
FunctionWatcherInfo(Collection<ICompilerProblem> problems,
IASNode sourceNode,
List<String> eventNames) |
Modifier and Type | Method and Description |
---|---|
String |
dump(String leadingSpace)
For debug only!
|
String |
getFunctionName() |
void |
setFunctionName(String functionName)
After creating a FunctionWatcherInfo, you should immediately call
setFunctionName.
|
addBinding, assignIndex, getBindings, getChildren, getEventNames, getIndex, getOrCreateChildren, getType, toString
public IExpressionNode[] params
public FunctionWatcherInfo(Collection<ICompilerProblem> problems, IASNode sourceNode, List<String> eventNames)
public void setFunctionName(String functionName)
public String getFunctionName()
public String dump(String leadingSpace)
WatcherInfoBase
dump
in class WatcherInfoBase
Copyright © 2016 The Apache Software Foundation. All rights reserved.