public interface PatternCall extends CallableRelation
The following features are supported:
PatternLanguagePackage.getPatternCall()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ValueReference> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
Pattern |
getPatternRef()
Returns the value of the 'Pattern Ref' reference.
|
void |
setPatternRef(Pattern value)
Sets the value of the '
Pattern Ref ' reference. |
java.lang.String |
toString() |
getTransitive, setTransitive
Pattern getPatternRef()
If the meaning of the 'Pattern Ref' reference isn't clear, there really should be more of a description here...
setPatternRef(Pattern)
,
PatternLanguagePackage.getPatternCall_PatternRef()
void setPatternRef(Pattern value)
Pattern Ref
' reference.
value
- the new value of the 'Pattern Ref' reference.getPatternRef()
org.eclipse.emf.common.util.EList<ValueReference> getParameters()
ValueReference
.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
PatternLanguagePackage.getPatternCall_Parameters()
java.lang.String toString()
toString
in class java.lang.Object