public class HCompletion extends Object implements net.thevpc.jeep.JCompletion
| Constructor and Description |
|---|
HCompletion(HProjectContext projectContext) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.JLocationContext |
findLocation(int caretOffset) |
List<net.thevpc.jeep.JCompletionProposal> |
findProposals(int caretOffset,
int completeLevel) |
void |
setCompilationUnit(net.thevpc.jeep.JCompilationUnit compilationUnit) |
void |
setCompilationUnit(String compilationUnitText,
String sourceName) |
public static final Logger LOG
public HCompletion(HProjectContext projectContext)
public void setCompilationUnit(net.thevpc.jeep.JCompilationUnit compilationUnit)
setCompilationUnit in interface net.thevpc.jeep.JCompletionpublic void setCompilationUnit(String compilationUnitText, String sourceName)
setCompilationUnit in interface net.thevpc.jeep.JCompletionpublic net.thevpc.jeep.JLocationContext findLocation(int caretOffset)
findLocation in interface net.thevpc.jeep.JCompletionpublic List<net.thevpc.jeep.JCompletionProposal> findProposals(int caretOffset, int completeLevel)
findProposals in interface net.thevpc.jeep.JCompletionCopyright © 2025 vpc open source initiative. All rights reserved.