org.eclipse.internal.xpand2.codeassist
Class StatementProposalComputer
java.lang.Object
org.eclipse.internal.xpand2.codeassist.StatementProposalComputer
- All Implemented Interfaces:
- ProposalComputer
public class StatementProposalComputer
- extends Object
- implements ProposalComputer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementProposalComputer
public StatementProposalComputer()
computeProposals
public List<Object> computeProposals(String txt,
ExecutionContext ctx,
ProposalFactory factory)
- Specified by:
computeProposals in interface ProposalComputer
findTrailingWhitespace
protected String findTrailingWhitespace(String txt)
- Since:
- 2.0
findPrefix
protected String findPrefix(String txt)
Copyright © 2015. All rights reserved.