JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.llamalad7.mixinextras.expression.impl.ast.identifiers
Interface MemberIdentifier
All Known Implementing Classes:
DefinedMemberIdentifier
,
WildcardIdentifier
public interface
MemberIdentifier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
matches
(
IdentifierPool
pool,
FlowValue
node)
Method Details
matches
boolean
matches
(
IdentifierPool
pool,
FlowValue
node)