Class CodeBlockImpl
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
,CodeBlock
- Direct Known Subclasses:
NativeCodeBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Instruction>
The cached value of the 'Code
' containment reference list.protected static final org.eclipse.emf.ecore.EClass
Singleton instance of theExecEnv
EClass
.protected org.eclipse.emf.common.util.EList<LineNumber>
The cached value of the 'Line Numbers
' containment reference list.protected org.eclipse.emf.common.util.EList<LocalVariable>
The cached value of the 'Local Variables
' containment reference list.protected static final int
The default value of the 'Max Locals
' attribute.protected static final int
The default value of the 'Max Stack
' attribute.protected int
The cached value of the 'Max Locals
' attribute.protected int
The cached value of the 'Max Stack
' attribute.protected org.eclipse.emf.common.util.EList<CodeBlock>
The cached value of the 'Nested
' containment reference list.protected static final StackFrame
The default value of the 'Parent Frame
' attribute.protected ThreadLocal<StackFrame>
The cached value of the 'Parent Frame
' attribute.Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
basicSetApplierFor
(Rule newApplierFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetBindingFor
(InputRuleElement newBindingFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetBodyFor
(Operation newBodyFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetInitialiserFor
(Field newInitialiserFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetMatcherFor
(Rule newMatcherFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetNestedFor
(CodeBlock newNestedFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
basicSetPostApplyFor
(Rule newPostApplyFor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
eBasicRemoveFromContainerFeature
(org.eclipse.emf.common.notify.NotificationChain msgs) eGet
(int featureID, boolean resolve, boolean coreType) org.eclipse.emf.common.notify.NotificationChain
eInverseAdd
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
eInverseRemove
(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) boolean
eIsSet
(int featureID) boolean
void
eNotify
(org.eclipse.emf.common.notify.Notification notification) void
protected org.eclipse.emf.ecore.EClass
Returns theEClass
that correspond to this metaclass.void
eUnset
(int featureID) execute
(StackFrame frame) Executes the instructions in thisCodeBlock
, using the parameters stored inframe
.org.eclipse.emf.common.util.EList<Instruction>
Collects the transitive closure of predecessor instructions fori
.Returns the value of the 'Applier For' container reference.getASM()
Returns theModule
(for debugger).Returns the value of the 'Binding For' container reference.Returns the value of the 'Body For' container reference.org.eclipse.emf.common.util.EList<Instruction>
getCode()
Returns the value of the 'Code' containment reference list.getField()
Returns the value of the 'Initialiser For' container reference.Returns the compiledJITCodeBlock
, if any.org.eclipse.emf.common.util.EList<LineNumber>
Returns the value of the 'Line Numbers' containment reference list.org.eclipse.emf.common.util.EList<LocalVariable>
Returns the value of the 'Local Variables' containment reference list.Returns the value of the 'Matcher For' container reference.int
Returns the value of the 'Max Locals' attribute.int
Returns the value of the 'Max Stack' attribute.org.eclipse.emf.common.util.EList<CodeBlock>
Returns the value of the 'Nested' containment reference list.Returns the value of the 'Nested For' container reference.org.eclipse.emf.common.util.EList<Instruction>
Collects the direct predecessor instructions fori
that do not containi
in their transitive closure of predecessors.Returns the value of the 'Parent Frame' attribute.Returns the value of the 'Post Apply For' container reference.org.eclipse.emf.common.util.EList<Instruction>
Collects the direct predecessor instructions fori
.getRule()
Finds the theRule
that contains this codeblock.int
Calculates the amount of elements on the stack after executing thisCodeBlock
.void
setApplierFor
(Rule newApplierFor) Sets the value of the 'Applier For
' container reference.void
setBindingFor
(InputRuleElement newBindingFor) Sets the value of the 'Binding For
' container reference.void
setBodyFor
(Operation newBodyFor) Sets the value of the 'Body For
' container reference.void
setInitialiserFor
(Field newInitialiserFor) Sets the value of the 'Initialiser For
' container reference.void
Sets the compiledJITCodeBlock
.void
setMatcherFor
(Rule newMatcherFor) Sets the value of the 'Matcher For
' container reference.void
setMaxLocals
(int newMaxLocals) Sets the value of the 'Max Locals
' attribute.void
setMaxStack
(int newMaxStack) Sets the value of the 'Max Stack
' attribute.void
setNestedFor
(CodeBlock newNestedFor) Sets the value of the 'Nested For
' container reference.void
setParentFrame
(StackFrame newParentFrame) Sets the value of the 'Parent Frame
' attribute.void
setPostApplyFor
(Rule newPostApplyFor) Sets the value of the 'Post Apply For
' container reference.toString()
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eSetDeliver
-
Field Details
-
MAX_LOCALS_EDEFAULT
protected static final int MAX_LOCALS_EDEFAULTThe default value of the 'Max Locals
' attribute.- See Also:
-
MAX_STACK_EDEFAULT
protected static final int MAX_STACK_EDEFAULTThe default value of the 'Max Stack
' attribute.- See Also:
-
maxLocals
protected int maxLocalsThe cached value of the 'Max Locals
' attribute.- See Also:
-
maxStack
protected int maxStackThe cached value of the 'Max Stack
' attribute.- See Also:
-
code
The cached value of the 'Code
' containment reference list.- See Also:
-
lineNumbers
The cached value of the 'Line Numbers
' containment reference list.- See Also:
-
localVariables
The cached value of the 'Local Variables
' containment reference list.- See Also:
-
nested
The cached value of the 'Nested
' containment reference list.- See Also:
-
PARENT_FRAME_EDEFAULT
The default value of the 'Parent Frame
' attribute.- See Also:
-
parentFrame
The cached value of the 'Parent Frame
' attribute.- See Also:
-
EXEC_ENV
protected static final org.eclipse.emf.ecore.EClass EXEC_ENVSingleton instance of theExecEnv
EClass
.
-
-
Constructor Details
-
CodeBlockImpl
protected CodeBlockImpl()Creates a newCodeBlockImpl
.
-
-
Method Details
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()Returns theEClass
that correspond to this metaclass.- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.EObjectImpl
- Returns:
- the
EClass
that correspond to this metaclass.
-
getMaxLocals
public int getMaxLocals()Returns the value of the 'Max Locals' attribute. The default value is"-1"
.Represents the amount of local variables slots required. This value is derived automatically from the list of instructions.
- Specified by:
getMaxLocals
in interfaceCodeBlock
- Returns:
- the value of the 'Max Locals' attribute.
- See Also:
-
setMaxLocals
public void setMaxLocals(int newMaxLocals) Sets the value of the 'Max Locals
' attribute.Represents the amount of local variables slots required. This value is derived automatically from the list of instructions.
- Specified by:
setMaxLocals
in interfaceCodeBlock
- Parameters:
newMaxLocals
- the new value of the 'Max Locals' attribute.- See Also:
-
getMaxStack
public int getMaxStack()Returns the value of the 'Max Stack' attribute. The default value is"-1"
.Represents the amount of stack slots required. This value is derived automatically from the list of instructions.
- Specified by:
getMaxStack
in interfaceCodeBlock
- Returns:
- the value of the 'Max Stack' attribute.
- See Also:
-
setMaxStack
public void setMaxStack(int newMaxStack) Sets the value of the 'Max Stack
' attribute.Represents the amount of stack slots required. This value is derived automatically from the list of instructions.
- Specified by:
setMaxStack
in interfaceCodeBlock
- Parameters:
newMaxStack
- the new value of the 'Max Stack' attribute.- See Also:
-
getCode
Returns the value of the 'Code' containment reference list. The list contents are of typeInstruction
. It is bidirectional and its opposite is 'Owning Block
'.Represents the list of instructions to execute.
-
getLineNumbers
Returns the value of the 'Line Numbers' containment reference list. The list contents are of typeLineNumber
. It is bidirectional and its opposite is 'Owning Block
'.Represents the line number information elements for this code block's instructions.
- Specified by:
getLineNumbers
in interfaceCodeBlock
- Returns:
- the value of the 'Line Numbers' containment reference list.
- See Also:
-
getLocalVariables
Returns the value of the 'Local Variables' containment reference list. The list contents are of typeLocalVariable
. It is bidirectional and its opposite is 'Owning Block
'.Represents the local variable information elements for this code block. This information is used to calculate '
Max Locals
' and local variable slot assignment for the instructions of this code block. The actual local variables are stored inStackFrame
s.- Specified by:
getLocalVariables
in interfaceCodeBlock
- Returns:
- the value of the 'Local Variables' containment reference list.
- See Also:
-
getMatcherFor
Returns the value of the 'Matcher For' container reference. It is bidirectional and its opposite is 'Matcher
'.This reference is set if this code block serves as a '
Matcher
' code block for aRule
.- Specified by:
getMatcherFor
in interfaceCodeBlock
- Returns:
- the value of the 'Matcher For' container reference.
- See Also:
-
basicSetMatcherFor
public org.eclipse.emf.common.notify.NotificationChain basicSetMatcherFor(Rule newMatcherFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setMatcherFor
Sets the value of the 'Matcher For
' container reference. This reference is set if this code block serves as a 'Matcher
' code block for aRule
.- Specified by:
setMatcherFor
in interfaceCodeBlock
- Parameters:
newMatcherFor
- the new value of the 'Matcher For' container reference.- See Also:
-
getApplierFor
Returns the value of the 'Applier For' container reference. It is bidirectional and its opposite is 'Applier
'.This reference is set if this code block serves as an '
Applier
' code block for aRule
.- Specified by:
getApplierFor
in interfaceCodeBlock
- Returns:
- the value of the 'Applier For' container reference.
- See Also:
-
basicSetApplierFor
public org.eclipse.emf.common.notify.NotificationChain basicSetApplierFor(Rule newApplierFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setApplierFor
Sets the value of the 'Applier For
' container reference.This reference is set if this code block serves as an '
Applier
' code block for aRule
.- Specified by:
setApplierFor
in interfaceCodeBlock
- Parameters:
newApplierFor
- the new value of the 'Applier For' container reference.- See Also:
-
getPostApplyFor
Returns the value of the 'Post Apply For' container reference. It is bidirectional and its opposite is 'Post Apply
'.This reference is set if this code block serves as a '
Post Apply
' code block for aRule
.- Specified by:
getPostApplyFor
in interfaceCodeBlock
- Returns:
- the value of the 'Post Apply For' container reference.
- See Also:
-
basicSetPostApplyFor
public org.eclipse.emf.common.notify.NotificationChain basicSetPostApplyFor(Rule newPostApplyFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setPostApplyFor
Sets the value of the 'Post Apply For
' container reference.This reference is set if this code block serves as a '
Post Apply
' code block for aRule
.- Specified by:
setPostApplyFor
in interfaceCodeBlock
- Parameters:
newPostApplyFor
- the new value of the 'Post Apply For' container reference.- See Also:
-
getBodyFor
Returns the value of the 'Body For' container reference. It is bidirectional and its opposite is 'Body
'.This reference is set if this code block serves as a '
Body
' code block for anOperation
.- Specified by:
getBodyFor
in interfaceCodeBlock
- Returns:
- the value of the 'Body For' container reference.
- See Also:
-
basicSetBodyFor
public org.eclipse.emf.common.notify.NotificationChain basicSetBodyFor(Operation newBodyFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setBodyFor
Sets the value of the 'Body For
' container reference.This reference is set if this code block serves as a '
Body
' code block for anOperation
.- Specified by:
setBodyFor
in interfaceCodeBlock
- Parameters:
newBodyFor
- the new value of the 'Body For' container reference.- See Also:
-
getInitialiserFor
Returns the value of the 'Initialiser For' container reference. It is bidirectional and its opposite is 'Initialiser
'.This reference is set if this code block serves as an '
Initialiser
' code block for aField
.- Specified by:
getInitialiserFor
in interfaceCodeBlock
- Returns:
- the value of the 'Initialiser For' container reference.
- See Also:
-
basicSetInitialiserFor
public org.eclipse.emf.common.notify.NotificationChain basicSetInitialiserFor(Field newInitialiserFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setInitialiserFor
Sets the value of the 'Initialiser For
' container reference.This reference is set if this code block serves as an '
Initialiser
' code block for aField
.- Specified by:
setInitialiserFor
in interfaceCodeBlock
- Parameters:
newInitialiserFor
- the new value of the 'Initialiser For' container reference.- See Also:
-
getNested
Returns the value of the 'Nested' containment reference list. The list contents are of typeCodeBlock
. It is bidirectional and its opposite is 'Nested For
'.Represents the list of nested code blocks (i.e. closures).
-
getNestedFor
Returns the value of the 'Nested For' container reference. It is bidirectional and its opposite is 'Nested
'.This reference is set if this code block serves as a '
Nested
' code block (i.e. closure) for a parentCodeBlock
.- Specified by:
getNestedFor
in interfaceCodeBlock
- Returns:
- the value of the 'Nested For' container reference.
- See Also:
-
basicSetNestedFor
public org.eclipse.emf.common.notify.NotificationChain basicSetNestedFor(CodeBlock newNestedFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setNestedFor
Sets the value of the 'Nested For
' container reference.This reference is set if this code block serves as a '
Nested
' code block (i.e. closure) for a parentCodeBlock
.- Specified by:
setNestedFor
in interfaceCodeBlock
- Parameters:
newNestedFor
- the new value of the 'Nested For' container reference.- See Also:
-
getParentFrame
Returns the value of the 'Parent Frame' attribute.Represents a placeholder for the
StackFrame
of the invoking native Java method, and allows re-entry into the EMFTVM (with access to lexically scoped local variables, etc.).Stack frames are stored per thread, which enables the concurrent execution of code blocks.
- Specified by:
getParentFrame
in interfaceCodeBlock
- Returns:
- the value of the 'Parent Frame' attribute.
- See Also:
-
setParentFrame
Sets the value of the 'Parent Frame
' attribute.Represents a placeholder for the
StackFrame
of the invoking native Java method, and allows re-entry into the EMFTVM (with access to lexically scoped local variables, etc.).Stack frames are stored per thread, which enables the concurrent execution of code blocks.
- Specified by:
setParentFrame
in interfaceCodeBlock
- Parameters:
newParentFrame
- the new value of the 'Parent Frame' attribute.- See Also:
-
getBindingFor
Returns the value of the 'Binding For' container reference. It is bidirectional and its opposite is 'Binding
'.This reference is set if this code block serves as a '
Binding
' code block for a rule'sInputRuleElement
. Bindings allow for the EMFTVMMatcher
to implement a search plan strategy.- Specified by:
getBindingFor
in interfaceCodeBlock
- Returns:
- the value of the 'Binding For' container reference.
- See Also:
-
basicSetBindingFor
public org.eclipse.emf.common.notify.NotificationChain basicSetBindingFor(InputRuleElement newBindingFor, org.eclipse.emf.common.notify.NotificationChain msgs) -
setBindingFor
Sets the value of the 'Binding For
' container reference.This reference is set if this code block serves as a '
Binding
' code block for a rule'sInputRuleElement
. Bindings allow for the EMFTVMMatcher
to implement a search plan strategy.- Specified by:
setBindingFor
in interfaceCodeBlock
- Parameters:
newBindingFor
- the new value of the 'Binding For' container reference.- See Also:
-
execute
Executes the instructions in thisCodeBlock
, using the parameters stored inframe
.- Specified by:
execute
in interfaceCodeBlock
- Parameters:
frame
- theStackFrame
to use during execution.- Returns:
- the return value.
- See Also:
-
getStackLevel
public int getStackLevel()Calculates the amount of elements on the stack after executing thisCodeBlock
.- Specified by:
getStackLevel
in interfaceCodeBlock
- Returns:
- the amount of elements on the stack after executing this
CodeBlock
.
-
getModule
-
getOperation
- Specified by:
getOperation
in interfaceCodeBlock
- Returns:
- the
Operation
that (indirectly) contains thisCodeBlock
, ornull
-
getField
-
getPredecessors
Collects the direct predecessor instructions fori
.- Specified by:
getPredecessors
in interfaceCodeBlock
- Parameters:
i
- the instruction to collect the predecessors for.- Returns:
- the direct predecessor instructions for
i
.
-
getAllPredecessors
Collects the transitive closure of predecessor instructions fori
.- Specified by:
getAllPredecessors
in interfaceCodeBlock
- Parameters:
i
- the instruction to collect the predecessors for.- Returns:
- the transitive closure of predecessor instructions for
i
.
-
getNonLoopingPredecessors
Collects the direct predecessor instructions fori
that do not containi
in their transitive closure of predecessors.- Specified by:
getNonLoopingPredecessors
in interfaceCodeBlock
- Parameters:
i
- the instruction to collect the predecessors for.- Returns:
- the non-looping predecessor instructions for
i
.
-
eInverseAdd
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseAdd
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eInverseRemove
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eBasicRemoveFromContainerFeature
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) - Overrides:
eBasicRemoveFromContainerFeature
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eNotify
public void eNotify(org.eclipse.emf.common.notify.Notification notification) - Specified by:
eNotify
in interfaceorg.eclipse.emf.common.notify.Notifier
- Overrides:
eNotify
in classorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
eNotificationRequired
public boolean eNotificationRequired()- Specified by:
eNotificationRequired
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eNotificationRequired
in classorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
toString
- Overrides:
toString
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
getJITCodeBlock
Returns the compiledJITCodeBlock
, if any.- Specified by:
getJITCodeBlock
in interfaceCodeBlock
- Returns:
- the compiled
JITCodeBlock
, ornull
-
setJITCodeBlock
Sets the compiledJITCodeBlock
.- Specified by:
setJITCodeBlock
in interfaceCodeBlock
- Parameters:
jcb
- the compiledJITCodeBlock
-
getASM
Returns theModule
(for debugger).- Returns:
- the
Module
- See Also:
-
getRule
Finds the theRule
that contains this codeblock.
-