Click or drag to resize

MethodProcedureInvocation Interface

An interface representing a method procedure invocation (both runtime and compile time).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface MethodProcedureInvocation : ProcedureInvocation, 
	Invocation, INamed

The MethodProcedureInvocation type exposes the following members.

Properties
  NameDescription
Public propertyIsExternal
Tells whether the called procedure is external.
(Inherited from ProcedureInvocation.)
Public propertyName
The name of the rule or sequence or procedure or function.
(Inherited from Invocation.)
Public propertyPackage
null if this is a call of a global rule/sequence/procedure/function, otherwise the package the call target is contained in.
(Inherited from Invocation.)
Public propertyPackagePrefixedName
The name of the rule or sequence or procedure or function, prefixed by the package it is contained in (separated by a double colon), if it is contained in a package.
(Inherited from Invocation.)
Top
See Also