Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/Javadoc/com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html

605 Zeilen
28 KiB
HTML

2013-02-05 23:35:15 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
2013-05-14 01:29:12 +02:00
<!-- Generated by javadoc (version 1.7.0_21) on Tue May 14 01:28:31 CEST 2013 -->
2013-02-05 23:35:15 +01:00
<title>AbstractFuzzyMember</title>
2013-05-14 01:29:12 +02:00
<meta name="date" content="2013-05-14">
2013-02-05 23:35:15 +01:00
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractFuzzyMember";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractFuzzyMember.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html" title="class in com.comphenix.protocol.reflect.fuzzy"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" target="_top">Frames</a></li>
<li><a href="AbstractFuzzyMember.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.comphenix.protocol.reflect.fuzzy</div>
<h2 title="Class AbstractFuzzyMember" class="title">Class AbstractFuzzyMember&lt;T extends java.lang.reflect.Member&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember&lt;T&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - - type that it matches.</dd></dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Comparable&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;T&gt;&gt;</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/FuzzyFieldContract.html" title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyFieldContract</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/FuzzyMethodContract.html" title="class in com.comphenix.protocol.reflect.fuzzy">FuzzyMethodContract</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractFuzzyMember&lt;T extends java.lang.reflect.Member&gt;</span>
extends <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;T&gt;</pre>
<div class="block">Represents a matcher that matches members.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Kristian</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember.Builder</a>&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html" title="type parameter in AbstractFuzzyMember.Builder">T</a> extends <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a>&lt;?&gt;&gt;</strong></code>
<div class="block">Represents a builder of a fuzzy member contract.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;java.lang.Class&lt;?&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#declaringMatcher">declaringMatcher</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#modifiersBanned">modifiersBanned</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#modifiersRequired">modifiersRequired</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.regex.Pattern</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#nameRegex">nameRegex</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#sealed">sealed</a></strong></code>
<div class="block">Whether or not this contract can be modified.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#AbstractFuzzyMember()">AbstractFuzzyMember</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#AbstractFuzzyMember(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember)">AbstractFuzzyMember</a></strong>(<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a>&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a>&gt;&nbsp;other)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#calculateRoundNumber()">calculateRoundNumber</a></strong>()</code>
<div class="block">Calculate the round number indicating when this matcher should be applied.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;java.lang.Class&lt;?&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#getDeclaringMatcher()">getDeclaringMatcher</a></strong>()</code>
<div class="block">Retrieve a class matcher for the declaring class of the member.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.Map&lt;java.lang.String,java.lang.Object&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#getKeyValueView()">getKeyValueView</a></strong>()</code>
<div class="block">Generate a view of this matcher as a key-value map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#getModifiersBanned()">getModifiersBanned</a></strong>()</code>
<div class="block">Retrieve a bit field of every <code>Modifier</code> that must not be present for the member to match.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#getModifiersRequired()">getModifiersRequired</a></strong>()</code>
<div class="block">Retrieve a bit field of every <code>Modifier</code> that is required for the member to match.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.regex.Pattern</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#getNameRegex()">getNameRegex</a></strong>()</code>
<div class="block">Retrieve the regular expression pattern that is used to match the name of a member.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#isMatch(T, java.lang.Object)">isMatch</a></strong>(<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a>&nbsp;value,
java.lang.Object&nbsp;parent)</code>
<div class="block">Determine if the given value is a match.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#prepareBuild()">prepareBuild</a></strong>()</code>
<div class="block">Called before a builder is building a member and copying its state.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#toString()">toString</a></strong>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.comphenix.protocol.reflect.fuzzy.<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a></h3>
2013-05-14 01:29:12 +02:00
<code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#and(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher)">and</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#combineRounds(java.lang.Integer...)">combineRounds</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#combineRounds(int, int)">combineRounds</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#compareTo(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher)">compareTo</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#getRoundNumber()">getRoundNumber</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#inverted()">inverted</a>, <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#or(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher)">or</a></code></li>
2013-02-05 23:35:15 +01:00
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="modifiersRequired">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>modifiersRequired</h4>
<pre>protected&nbsp;int modifiersRequired</pre>
</li>
</ul>
<a name="modifiersBanned">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>modifiersBanned</h4>
<pre>protected&nbsp;int modifiersBanned</pre>
</li>
</ul>
<a name="nameRegex">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nameRegex</h4>
<pre>protected&nbsp;java.util.regex.Pattern nameRegex</pre>
</li>
</ul>
<a name="declaringMatcher">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>declaringMatcher</h4>
<pre>protected&nbsp;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;java.lang.Class&lt;?&gt;&gt; declaringMatcher</pre>
</li>
</ul>
<a name="sealed">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>sealed</h4>
<pre>protected transient&nbsp;boolean sealed</pre>
<div class="block">Whether or not this contract can be modified.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractFuzzyMember()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AbstractFuzzyMember</h4>
<pre>protected&nbsp;AbstractFuzzyMember()</pre>
</li>
</ul>
<a name="AbstractFuzzyMember(com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractFuzzyMember</h4>
<pre>protected&nbsp;AbstractFuzzyMember(<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMember</a>&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a>&gt;&nbsp;other)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="prepareBuild()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareBuild</h4>
<pre>protected&nbsp;void&nbsp;prepareBuild()</pre>
<div class="block">Called before a builder is building a member and copying its state.
<p>
Use this to prepare any special values.</div>
</li>
</ul>
<a name="getModifiersRequired()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getModifiersRequired</h4>
<pre>public&nbsp;int&nbsp;getModifiersRequired()</pre>
<div class="block">Retrieve a bit field of every <code>Modifier</code> that is required for the member to match.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A required modifier bit field.</dd></dl>
</li>
</ul>
<a name="getModifiersBanned()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getModifiersBanned</h4>
<pre>public&nbsp;int&nbsp;getModifiersBanned()</pre>
<div class="block">Retrieve a bit field of every <code>Modifier</code> that must not be present for the member to match.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A banned modifier bit field.</dd></dl>
</li>
</ul>
<a name="getNameRegex()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNameRegex</h4>
<pre>public&nbsp;java.util.regex.Pattern&nbsp;getNameRegex()</pre>
<div class="block">Retrieve the regular expression pattern that is used to match the name of a member.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The regex matching a name, or NULL if everything matches.</dd></dl>
</li>
</ul>
<a name="getDeclaringMatcher()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeclaringMatcher</h4>
<pre>public&nbsp;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;java.lang.Class&lt;?&gt;&gt;&nbsp;getDeclaringMatcher()</pre>
<div class="block">Retrieve a class matcher for the declaring class of the member.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>An object matching the declaring class.</dd></dl>
</li>
</ul>
<a name="isMatch(java.lang.reflect.Member,java.lang.Object)">
<!-- -->
</a><a name="isMatch(T, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMatch</h4>
<pre>public&nbsp;boolean&nbsp;isMatch(<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a>&nbsp;value,
java.lang.Object&nbsp;parent)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#isMatch(T, java.lang.Object)">AbstractFuzzyMatcher</a></code></strong></div>
<div class="block">Determine if the given value is a match.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#isMatch(T, java.lang.Object)">isMatch</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a> extends java.lang.reflect.Member&gt;</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - - the value to match.</dd><dd><code>parent</code> - - the parent container, or NULL if this value is the root.</dd>
<dt><span class="strong">Returns:</span></dt><dd>TRUE if it is a match, FALSE otherwise.</dd></dl>
</li>
</ul>
<a name="calculateRoundNumber()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calculateRoundNumber</h4>
<pre>protected&nbsp;int&nbsp;calculateRoundNumber()</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#calculateRoundNumber()">AbstractFuzzyMatcher</a></code></strong></div>
<div class="block">Calculate the round number indicating when this matcher should be applied.
<p>
Matchers with a lower round number are applied before matchers with a higher round number.
<p>
By convention, this round number should be negative, except for zero in the case of a matcher
that accepts any value. A good implementation should return the inverted tree depth (class hierachy)
of the least specified type used in the matching. Thus <code>Integer</code> will have a lower round number than
<code>Number</code>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html#calculateRoundNumber()">calculateRoundNumber</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy">AbstractFuzzyMatcher</a>&lt;<a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" title="type parameter in AbstractFuzzyMember">T</a> extends java.lang.reflect.Member&gt;</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A number (positive or negative) that is used to order matchers.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="getKeyValueView()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeyValueView</h4>
<pre>protected&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;getKeyValueView()</pre>
<div class="block">Generate a view of this matcher as a key-value map.
<p>
Used by <a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html#toString()"><code>toString()</code></a> to print a representation of this object.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A modifiable key-value view.</dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AbstractFuzzyMember.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMatcher.html" title="class in com.comphenix.protocol.reflect.fuzzy"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.Builder.html" title="class in com.comphenix.protocol.reflect.fuzzy"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/comphenix/protocol/reflect/fuzzy/AbstractFuzzyMember.html" target="_top">Frames</a></li>
<li><a href="AbstractFuzzyMember.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>