//Artefact:JavaClass/com/sphenon/basics/exception/CMatcher

Synopsis

public CMatcher extends Object

//Artefact:Constructor/com/sphenon/basics/exception/CMatcher/CMatcher

Synopsis

public CMatcher (EMatcher exception_matcher)

//Artefact:Constructor/com/sphenon/basics/exception/CMatcher/CMatcher

Synopsis

public CMatcher (EMatcher exception_matcher, int minimum_childs, int maximum_childs)

//Artefact:Constructor/com/sphenon/basics/exception/CMatcher/CMatcher

Synopsis

public CMatcher (EMatcher sequence_matcher, int minimum_sequence_depth, int maximum_sequence_depth, EMatcher exception_matcher)

//Artefact:Constructor/com/sphenon/basics/exception/CMatcher/CMatcher

Synopsis

public CMatcher (EMatcher sequence_matcher, int minimum_sequence_depth, int maximum_sequence_depth, EMatcher exception_matcher, int minimum_childs, int maximum_childs)

//Artefact:Constructor/com/sphenon/basics/exception/CMatcher/CMatcher

Synopsis

public CMatcher (com.sphenon.basics.exception.CMatcher[] child_matchers)

//Artefact:Attribute/com/sphenon/basics/exception/CMatcher/sequence_matcher

Synopsis

public com.sphenon.basics.exception.EMatcher sequence_matcher

//Artefact:Attribute/com/sphenon/basics/exception/CMatcher/exception_matcher

Synopsis

public com.sphenon.basics.exception.EMatcher exception_matcher

//Artefact:Attribute/com/sphenon/basics/exception/CMatcher/child_matchers

Synopsis

public com.sphenon.basics.exception.CMatcher[] child_matchers

//Artefact:Method/com/sphenon/basics/exception/CMatcher/matches

Synopsis

public com.sphenon.basics.exception.EMatch[] matches (CallContext context, Throwable throwable)

//Artefact:Method/com/sphenon/basics/exception/CMatcher/matches

Synopsis

public com.sphenon.basics.exception.EMatch[] matches (CallContext context, Throwable throwable, int depth)