Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/sun/reflect/annotation/TypeAnnotation_S_LocationInfo_static.fz


# Fuzion interface to static members of Java class 'sun.reflect.annotation.TypeAnnotation$LocationInfo'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo_static is

  # call Java static method 'public static sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation$LocationInfo.parseLocationInfo(java.nio.ByteBuffer)':
  #
  public parseLocationInfo_Ljava_7_nio_7_ByteBuffer_s_(arg0 Java.java.nio.ByteBuffer) Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo =>
    fuzion.java.call_static (Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo) "sun.reflect.annotation.TypeAnnotation\$LocationInfo" "parseLocationInfo" "(Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation\$LocationInfo;" [(Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo_static.parseLocationInfo_Ljava_7_nio_7_ByteBuffer_s_.this.arg0)]

  # short-hand to call Java method 'public static sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation$LocationInfo.parseLocationInfo(java.nio.ByteBuffer)':
  #
  public parseLocationInfo(arg0 Java.java.nio.ByteBuffer) (Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo) =>
    parseLocationInfo_Ljava_7_nio_7_ByteBuffer_s_ Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo_static.parseLocationInfo.this.arg0

  # read static Java field 'public static final sun.reflect.annotation.TypeAnnotation$LocationInfo sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION':
  #
  public BASE__LOCATION Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo =>
    fuzion.java.get_static_field (Java.sun.reflect.annotation.TypeAnnotation_S_LocationInfo) "sun.reflect.annotation.TypeAnnotation\$LocationInfo" "BASE_LOCATION"