AttributeMatcher

public void AttributeMatcher(String name, double similarity, int modifier, Class<? extends Object> type, boolean allowSuperClass)(source)

Constructs and initializes an attribute matcher to match the specified attribute.

Parameters

name

the attribute name to match

similarity

the minimum required similarity

modifier

the expected access modifier

type

the expected attribute type

allowSuperClass

the indicator whether to also match super implementations


public void AttributeMatcher(String name, double similarity, int modifier, Class<? extends Object> type)(source)

Constructs and initializes an attribute matcher to match the specified attribute with no super implementation match.

Parameters

name

the attribute name to match

similarity

the minimum required similarity

modifier

the expected access modifier

type

the expected attribute type


public void AttributeMatcher(String name, double similarity, Class<? extends Object> type, boolean allowSuperClass)(source)

Constructs and initializes an attribute matcher to match the specified attribute.

Parameters

name

the attribute name to match

similarity

the minimum required similarity

type

the expected attribute type

allowSuperClass

the indicator whether to also match super implementations


public void AttributeMatcher(String name, double similarity, Class<? extends Object> type)(source)

Constructs and initializes an attribute matcher to match the specified attribute with no super implementation match.

Parameters

name

the attribute name to match

similarity

the minimum required similarity

type

the expected attribute type