C# 클래스 QuickGraph.Heap.GcTypeHeap

http://www.cs.utexas.edu/users/speedway/DaCapo/papers/cork-popl-2007.pdf
파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : GcTypeHeap
Load ( string heapXmlFileName ) : GcTypeHeap

Loads the specified heap XML file name.

Load ( string heapXmlFileName, string eeHeapFileName ) : GcTypeHeap

Loads the specified heap XML file name.

Merge ( int minimumSize ) : GcTypeHeap
Render ( ) : GcTypeHeap
ToString ( ) : string
Touching ( string typeNames ) : GcTypeHeap

비공개 메소드들

메소드 설명
EscapeXmlAttribute ( Match m ) : string
GcTypeHeap ( GcTypeEdge>.BidirectionalGraph graph ) : System
RemoveDefault ( ) : GcTypeHeap
TouchingInPlace ( string typeNames ) : GcTypeHeap
populator_EdgeAdded ( object sender, GcTypeEdge>.GleeEdgeEventArgs e ) : void
populator_NodeAdded ( object sender, GleeVertexEventArgs args ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : GcTypeHeap
리턴 GcTypeHeap

Load() 공개 정적인 메소드

Loads the specified heap XML file name.
public static Load ( string heapXmlFileName ) : GcTypeHeap
heapXmlFileName string Name of the heap XML file.
리턴 GcTypeHeap

Load() 공개 정적인 메소드

Loads the specified heap XML file name.
public static Load ( string heapXmlFileName, string eeHeapFileName ) : GcTypeHeap
heapXmlFileName string Name of the heap XML file.
eeHeapFileName string
리턴 GcTypeHeap

Merge() 공개 메소드

public Merge ( int minimumSize ) : GcTypeHeap
minimumSize int
리턴 GcTypeHeap

Render() 공개 메소드

public Render ( ) : GcTypeHeap
리턴 GcTypeHeap

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Touching() 공개 메소드

public Touching ( string typeNames ) : GcTypeHeap
typeNames string
리턴 GcTypeHeap