Use to replace references to a variable, method, or constant with the values assigned to the variable, the implementation of the method, or the constant, respectively.
| Element | Description | 
|---|---|
| Inline Temp | Replaces all references to a local variable with its initial value and removes the declaration. | 
| Inline Method. | Replaces all method calls with the method's body and removes the declaration. | 
| Inline Constant | Replaces all constant references with its defined value and removes the declaration. | 
Related Topics
Developing Applications with NetBeans IDE,
| Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |