org.eclipse.internal.xpand2.codeassist
Class ExpandProposalComputer

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

public class ExpandProposalComputer
extends Object
implements ProposalComputer


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

Constructor Detail

ExpandProposalComputer

public ExpandProposalComputer()
Method Detail

computeProposals

public List<Object> computeProposals(String txt,
                                     ExecutionContext ctx,
                                     ProposalFactory factory)
Specified by:
computeProposals in interface ProposalComputer


Copyright © 2015. All rights reserved.