Click or drag to resize

EmitHelper Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrEmitHelper

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static class EmitHelper

The EmitHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClip
Public methodStatic memberGetMessageForAssertion
Public methodStatic memberToString(IDictionary, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given dictionary
Public methodStatic memberToString(IList, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given List
Public methodStatic memberToString(Object, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given scalar value
Public methodStatic memberToString(IDeque, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given Deque
Public methodStatic memberToString(IDeque, AttributeChangeType, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given Deque after the given operation with the given parameters was applied
Public methodStatic memberToString(IDictionary, AttributeChangeType, Object, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given dictionary after the given operation with the given parameters was applied
Public methodStatic memberToString(IList, AttributeChangeType, Object, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given List after the given operation with the given parameters was applied
Public methodStatic memberToString(IDictionary, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given dictionary
Public methodStatic memberToString(IList, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given List
Public methodStatic memberToString(Object, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given non-container value
Public methodStatic memberToString(IDeque, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given Deque
Public methodStatic memberToStringAutomatic
Returns a string representation of the given value, might be a scalar, a dictionary, a list, or a deque
Public methodStatic memberToStringNonNull
Returns a string representation of the given value, which must be not null (for emit,record)
Top
See Also