org.eclipse.internal.xpand2.codeassist
Class StatementProposalComputer

java.lang.Object
  extended by org.eclipse.internal.xpand2.codeassist.StatementProposalComputer
All Implemented Interfaces:
ProposalComputer

public class StatementProposalComputer
extends Object
implements ProposalComputer


Constructor Summary
StatementProposalComputer()
           
 
Method Summary
 List<Object> computeProposals(String txt, ExecutionContext ctx, ProposalFactory factory)
           
protected  String findPrefix(String txt)
           
protected  String findTrailingWhitespace(String txt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementProposalComputer

public StatementProposalComputer()
Method Detail

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.