de.uka.ipd.sdq.pcm.gmf.seff.helper
Class StoExParser

java.lang.Object
  extended by de.uka.ipd.sdq.pcm.gmf.seff.helper.StoExParser

public class StoExParser
extends Object


Constructor Summary
StoExParser()
           
 
Method Summary
 IContentAssistProcessor getCompletionProcessor(IAdaptable element)
           
 String getEditString(IAdaptable element, int flags)
           
 ICommand getParseCommand(IAdaptable element, String newString, int flags)
           
 String getPrintString(IAdaptable element, int flags)
           
 boolean isAffectingEvent(Object event, int flags)
           
 IParserEditStatus isValidEditString(IAdaptable element, String editString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoExParser

public StoExParser()
Method Detail

getCompletionProcessor

public IContentAssistProcessor getCompletionProcessor(IAdaptable element)

getEditString

public String getEditString(IAdaptable element,
                            int flags)

getParseCommand

public ICommand getParseCommand(IAdaptable element,
                                String newString,
                                int flags)

getPrintString

public String getPrintString(IAdaptable element,
                             int flags)

isAffectingEvent

public boolean isAffectingEvent(Object event,
                                int flags)

isValidEditString

public IParserEditStatus isValidEditString(IAdaptable element,
                                           String editString)