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,
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |