Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isVarArgs
Method
isVarArgs
classpath/java/lang/reflect/Method.java:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
public
boolean isVarArgs() {
149
return
(getModifiers() & ACC_VARARGS) != 0;
150
}
151
152
public
boolean isSynthetic() {
153
return
(getModifiers() & ACC_SYNTHETIC) != 0;
Callers
nothing calls this directly
Calls
1
getModifiers
Method · 0.95
Tested by
no test coverage detected