| java.lang.Object org.netbeans.modules.php.editor.completion.TemplateContext
TemplateContext | public class TemplateContext (Code) | | Container to store info about context of the template.
author: Victor G. Vasilyev |
Constructor Summary | |
public | TemplateContext(CompilationInfo info, OffsetPair selection) Creates TemplateContext specified by the
compilation info and the selection offset pair. |
TemplateContext | public TemplateContext(CompilationInfo info, OffsetPair selection)(Code) | | Creates TemplateContext specified by the
compilation info and the selection offset pair.
Parameters: info - the CompilationInfo against the code template context. Parameters: selection - offsets of current text selection. |
getCompilationInfo | public CompilationInfo getCompilationInfo()(Code) | | |
newTemplateContext | public static TemplateContext newTemplateContext(CompilationInfo info, int selectionStart, int selectionEnd)(Code) | | |
|
|