| |
|
| java.lang.Object workbench.gui.completion.BaseAnalyzer workbench.gui.completion.WbCommandAnalyzer
WbCommandAnalyzer | public class WbCommandAnalyzer extends BaseAnalyzer (Code) | | author: support@sql-workbench.net |
Method Summary | |
public void | checkContext() | protected String | getCurrentParameter() Returns the name of the parameter where the cursor is currently located.
If the previous non-whitespace character left of the cursor is the equal
sign, then this is assumed to be the "current parameter" and the
corresponding string is returned. | public boolean | isWbParam() | public char | quoteCharForValue(String value) |
checkContext | public void checkContext()(Code) | | |
getCurrentParameter | protected String getCurrentParameter()(Code) | | Returns the name of the parameter where the cursor is currently located.
If the previous non-whitespace character left of the cursor is the equal
sign, then this is assumed to be the "current parameter" and the
corresponding string is returned.
Otherwise it is assumed that the cursor is "between" two parameters
and the list of available parameters should be displayed.
the value of the current parameter or null if no parameter was found |
isWbParam | public boolean isWbParam()(Code) | | |
quoteCharForValue | public char quoteCharForValue(String value)(Code) | | |
|
|
|