Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Value
Packages that use Value
Package
Description
-
Uses of Value in org.eclipse.emf.mwe2.language.mwe2
Subinterfaces of Value in org.eclipse.emf.mwe2.language.mwe2Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Boolean Literal'.interface
A representation of the model object 'Component'.interface
A representation of the model object 'Double Literal'.interface
A representation of the model object 'Integer Literal'.interface
A representation of the model object 'Null Literal'.interface
A representation of the model object 'Reference'.interface
A representation of the model object 'String Literal'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return ValueModifier and TypeMethodDescriptionDeclaredProperty.getDefault()
Returns the value of the 'Default' containment reference.Assignment.getValue()
Returns the value of the 'Value' containment reference.Methods in org.eclipse.emf.mwe2.language.mwe2 with parameters of type Value -
Uses of Value in org.eclipse.emf.mwe2.language.mwe2.impl
Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement ValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Boolean Literal'.class
class
An implementation of the model object 'Component'.class
class
An implementation of the model object 'Double Literal'.class
class
An implementation of the model object 'Integer Literal'.class
class
An implementation of the model object 'Null Literal'.class
class
An implementation of the model object 'Reference'.class
class
An implementation of the model object 'String Literal'.class
class
An implementation of the model object 'Value'.Fields in org.eclipse.emf.mwe2.language.mwe2.impl declared as ValueModifier and TypeFieldDescriptionprotected Value
DeclaredPropertyImpl.default_
The cached value of the 'Default
' containment reference.protected Value
AssignmentImpl.value
The cached value of the 'Value
' containment reference.Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return ValueMethods in org.eclipse.emf.mwe2.language.mwe2.impl with parameters of type ValueModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
DeclaredPropertyImpl.basicSetDefault
(Value newDefault, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
AssignmentImpl.basicSetValue
(Value newValue, org.eclipse.emf.common.notify.NotificationChain msgs) void
DeclaredPropertyImpl.setDefault
(Value newDefault) void
-
Uses of Value in org.eclipse.emf.mwe2.language.mwe2.util
Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type Value -
Uses of Value in org.eclipse.emf.mwe2.language.scoping
Methods in org.eclipse.emf.mwe2.language.scoping with parameters of type Value -
Uses of Value in org.eclipse.emf.mwe2.language.ui.hover
Methods in org.eclipse.emf.mwe2.language.ui.hover with parameters of type ValueModifier and TypeMethodDescriptionprotected String
Mwe2EObjectHoverProvider.getPropertyValue
(Value value)