Class CompositeParser
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.seff.parsers.CompositeParser
-
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
public class CompositeParser extends Object implements org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
-
Constructor Summary
Constructors Constructor Description CompositeParser(org.eclipse.gmf.runtime.common.ui.services.parser.IParser reader, org.eclipse.gmf.runtime.common.ui.services.parser.IParser writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IContentAssistProcessor
getCompletionProcessor(IAdaptable adapter)
String
getEditString(IAdaptable adapter, int flags)
org.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand(IAdaptable adapter, String newString, int flags)
String
getPrintString(IAdaptable adapter, int flags)
boolean
isAffectingEvent(Object event, int flags)
org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus
isValidEditString(IAdaptable adapter, String editString)
-
-
-
Method Detail
-
isAffectingEvent
public boolean isAffectingEvent(Object event, int flags)
- Specified by:
isAffectingEvent
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
getPrintString
public String getPrintString(IAdaptable adapter, int flags)
- Specified by:
getPrintString
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
getEditString
public String getEditString(IAdaptable adapter, int flags)
- Specified by:
getEditString
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
isValidEditString
public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString(IAdaptable adapter, String editString)
- Specified by:
isValidEditString
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
getParseCommand
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, String newString, int flags)
- Specified by:
getParseCommand
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
getCompletionProcessor
public IContentAssistProcessor getCompletionProcessor(IAdaptable adapter)
- Specified by:
getCompletionProcessor
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
-