HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

final class Parameter

package java.lang.reflect

implements AnnotatedElement

@:nativeGen@:libType@:javaNative@:native("java.lang.reflect.Parameter")@:javaCanonical("java.lang.reflect","Parameter")

Available on java

Methods

equals(param1:Dynamic):Bool

getAnnotatedType():AnnotatedType

getAnnotation<T>(param1:Class<T>):T

getAnnotations():NativeArray<Annotation>

getAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

getDeclaredAnnotation<T>(param1:Class<T>):T

getDeclaredAnnotations():NativeArray<Annotation>

getDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

getDeclaringExecutable():Executable

getModifiers():Int

getName():String

getParameterizedType():Type

getType():Class<Dynamic>

hashCode():Int

isAnnotationPresent(param1:Class<Annotation>):Bool

isImplicit():Bool

isNamePresent():Bool

isSynthetic():Bool

isVarArgs():Bool

toString():String

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe