HaxeAPI
  • Version development @ b6b8925
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.6
    • 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

class Parameter

package java.lang.reflect

implements AnnotatedElement

@:native("java.lang.reflect.Parameter")@:libType

Available on jvm

Constructor

new(param1:String, param2:Int, param3:Executable, param4:Int)

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

getRealName():String

getType():Class<Dynamic>

hashCode():Int

isImplicit():Bool

isNamePresent():Bool

isSynthetic():Bool

isVarArgs():Bool

toString():String

This documentation is generated for version development @ b6b8925

© 2024  Haxe Foundation | Contribute to Haxe