Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isInput
Method
isInput
src/main/java/matcher/type/ClassInstance.java:382–384 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
}
381
382
public
boolean isInput() {
383
return
input;
384
}
385
386
public
ClassInstance getElementClass() {
387
if
(!isArray()) throw
new
IllegalStateException(
"not applicable to non-array"
);
Callers
13
processInputs
Method · 0.95
getStatus
Method · 0.80
process
Method · 0.80
propagateNames
Method · 0.80
save
Method · 0.80
submitMatches
Method · 0.80
assignMissing
Method · 0.80
process
Method · 0.80
getName
Method · 0.80
MethodInstance
Method · 0.80
getDisplayClasses
Method · 0.80
processClassA
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected