JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.llamalad7.mixinextras.expression.impl.ast.identifiers
MemberIdentifier
Contents
Description
Method Summary
Method Details
matches(IdentifierPool, FlowValue)
Hide sidebar
Show sidebar
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)