Skip to content

Latest commit

 

History

History
182 lines (127 loc) · 2.83 KB

JavaMethod.md

File metadata and controls

182 lines (127 loc) · 2.83 KB

JavaMethod

  • class JavaMethod (php\lang\JavaMethod) extends JavaReflection
  • source php/lang/JavaMethod.php

Methods


Methods

invoke()

invoke(php\lang\JavaObject $object): void

Invoke method


invokeArgs()

invokeArgs(php\lang\JavaObject $object, array $arguments): void

getName()

getName(): string

isStatic()

isStatic(): bool

isFinal()

isFinal(): bool

isAbstract()

isAbstract(): bool

isPublic()

isPublic(): bool

isProtected()

isProtected(): bool

isPrivate()

isPrivate(): bool

isNative()

isNative(): bool

isSynchronized()

isSynchronized(): bool

isVarArgs()

isVarArgs(): bool

getDeclaringClass()

getDeclaringClass(): JavaClass

getReturnedType()

getReturnedType(): JavaClass

isAnnotationPresent()

isAnnotationPresent(string $annotationClassName): bool

getParameterTypes()

getParameterTypes(): JavaClass[]

getParameterCount()

getParameterCount(): int