| Modifier and Type | Method and Description |
|---|---|
TypeRef |
XtextFactory.createTypeRef()
Returns a new object of class 'Type Ref'
|
TypeRef |
CrossReference.getType()
Returns the value of the 'Type' containment reference
|
TypeRef |
Action.getType()
Returns the value of the 'Type' containment reference
|
TypeRef |
AbstractRule.getType()
Returns the value of the 'Type' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GrammarUtil.getTypeRefName(TypeRef typeRef) |
void |
CrossReference.setType(TypeRef value)
Sets the value of the '
Type' containment reference |
void |
Action.setType(TypeRef value)
Sets the value of the '
Type' containment reference |
void |
AbstractRule.setType(TypeRef value)
Sets the value of the '
Type' containment reference |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeRefImpl
An implementation of the model object 'Type Ref'
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeRef |
CrossReferenceImpl.type
The cached value of the '
Type' containment reference |
protected TypeRef |
ActionImpl.type
The cached value of the '
Type' containment reference |
protected TypeRef |
AbstractRuleImpl.type
The cached value of the '
Type' containment reference |
| Modifier and Type | Method and Description |
|---|---|
TypeRef |
XtextFactoryImpl.createTypeRef() |
TypeRef |
CrossReferenceImpl.getType() |
TypeRef |
ActionImpl.getType() |
TypeRef |
AbstractRuleImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
CrossReferenceImpl.basicSetType(TypeRef newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ActionImpl.basicSetType(TypeRef newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
AbstractRuleImpl.basicSetType(TypeRef newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CrossReferenceImpl.setType(TypeRef newType) |
void |
ActionImpl.setType(TypeRef newType) |
void |
AbstractRuleImpl.setType(TypeRef newType) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<TypeRef> |
TreeConstState.types |
| Modifier and Type | Method and Description |
|---|---|
Set<TypeRef> |
TreeConstState.getTypes() |
Collection<TypeRef> |
TreeConstState.getTypesToCheck() |
protected List<TypeRef> |
TreeConstState.sortTypes(Collection<TypeRef> types) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TypeRef> |
TreeConstState.sortTypes(Collection<TypeRef> types) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XtextSemanticSequencer.sequence_TypeRef(ISerializationContext context,
TypeRef semanticObject)
Contexts:
TypeRef returns TypeRef
Constraint:
(metamodel=[AbstractMetamodelDeclaration|ID]?
|
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseTypeRef(TypeRef object)
Returns the result of interpreting the object as an instance of 'Type Ref'
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
XtextRuleInspector.getTypeRefName(TypeRef typeRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EClassifierInfos.addInfo(TypeRef typeRef,
EClassifierInfo metatypeInfo) |
EClassifierInfo |
EClassifierInfos.getInfo(TypeRef typeRef) |
EClassifierInfo |
EClassifierInfos.getInfoOrNull(TypeRef typeRef) |
Copyright © 2015. All Rights Reserved.