Package org.eclipse.xtext.xbase.jvmmodel
Class JvmIdentifiableMetaData
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.xtext.xbase.jvmmodel.JvmIdentifiableMetaData
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
public class JvmIdentifiableMetaData extends org.eclipse.emf.common.notify.impl.AdapterImpl- Since:
- 2.7
- Noreference:
- This class is not intended to be referenced by clients.
- Noextend:
- This class is not intended to be subclassed by clients.
- Noinstantiate:
- This class is not intended to be instantiated by clients.
-
-
Constructor Summary
Constructors Constructor Description JvmIdentifiableMetaData()JvmIdentifiableMetaData(boolean synthetic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAdapterForType(java.lang.Object type)booleanisSynthetic()voidsetSynthetic(boolean synthetic)
-
-
-
Method Detail
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
isSynthetic
public boolean isSynthetic()
-
setSynthetic
public void setSynthetic(boolean synthetic)
-
-