Modifier and Type | Interface and Description |
---|---|
interface |
PatternModel
A representation of the model object 'Pattern Model'.
|
Modifier and Type | Method and Description |
---|---|
T |
EMFPatternLanguageSwitch.casePatternLanguage_PatternModel(PatternModel object)
Returns the result of interpreting the object as an instance of 'Pattern Model'.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PatternGroupClassInferrer.groupClassName(PatternModel model) |
org.eclipse.xtext.common.types.JvmConstructor |
PatternGroupClassInferrer.inferConstructor(PatternModel model,
org.eclipse.xtext.common.types.JvmType groupClass) |
org.eclipse.xtext.common.types.JvmField |
PatternGroupClassInferrer.inferInstanceField(PatternModel model,
org.eclipse.xtext.common.types.JvmType groupClass) |
org.eclipse.xtext.common.types.JvmOperation |
PatternGroupClassInferrer.inferInstanceMethod(PatternModel model,
org.eclipse.xtext.common.types.JvmType groupClass) |
org.eclipse.xtext.common.types.JvmGenericType |
PatternGroupClassInferrer.inferPatternGroupClass(PatternModel model,
org.eclipse.xtext.xbase.jvmmodel.JvmTypeReferenceBuilder builder) |
org.eclipse.xtext.common.types.JvmGenericType |
PatternGroupClassInferrer.initializePatternGroup(org.eclipse.xtext.common.types.JvmGenericType groupClass,
PatternModel model,
org.eclipse.xtext.xbase.jvmmodel.JvmTypeReferenceBuilder builder) |
java.lang.CharSequence |
JavadocInferrer.javadocGroupClass(PatternModel model) |
java.lang.CharSequence |
JavadocInferrer.javadocGroupClassInstanceMethod(PatternModel model) |
Modifier and Type | Method and Description |
---|---|
PatternModel |
PatternLanguageFactory.createPatternModel()
Returns a new object of class 'Pattern Model'.
|
Modifier and Type | Class and Description |
---|---|
class |
PatternModelImpl
An implementation of the model object 'Pattern Model'.
|
Modifier and Type | Method and Description |
---|---|
PatternModel |
PatternLanguageFactoryImpl.createPatternModel() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.casePatternModel(PatternModel object)
Returns the result of interpreting the object as an instance of 'Pattern Model'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternLanguageJavaValidator.checkPackageDeclaration(PatternModel model) |
void |
PatternLanguageJavaValidator.checkPatterns(PatternModel model) |