JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.javascript.jscomp
Interface CodeChangeHandler
All Known Implementing Classes:
ForbiddenChange
,
PhaseOptimizer.ScopedChangeHandler
,
RecentChange
interface
CodeChangeHandler
A simple listener for code change events.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
reportChange
()
Report a change to some unspecified node of the AST.
Method Detail
reportChange
void reportChange()
Report a change to some unspecified node of the AST.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method