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

Java/jdk/internal/classfile/impl/UnboundAttribute_S_TypePathComponentImpl.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.classfile.impl.UnboundAttribute$TypePathComponentImpl'
#
# !!!!!!  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.jdk.internal.classfile.impl.UnboundAttribute_S_TypePathComponentImpl(redef forbidden void) ref : Java.java.lang.Record(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public int jdk.internal.classfile.impl.UnboundAttribute$TypePathComponentImpl.typeArgumentIndex()':
  #
  public typeArgumentIndex i32 =>
    fuzion.java.call_virtual (i32) "jdk.internal.classfile.impl.UnboundAttribute\$TypePathComponentImpl" "typeArgumentIndex" "()I" UnboundAttribute_S_TypePathComponentImpl.this []

  # call Java instance method 'public jdk.internal.classfile.TypeAnnotation$TypePathComponent$Kind jdk.internal.classfile.impl.UnboundAttribute$TypePathComponentImpl.typePathKind()':
  #
  public typePathKind Java.jdk.internal.classfile.TypeAnnotation_S_TypePathComponent_S_Kind =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.TypeAnnotation_S_TypePathComponent_S_Kind) "jdk.internal.classfile.impl.UnboundAttribute\$TypePathComponentImpl" "typePathKind" "()Ljdk/internal/classfile/TypeAnnotation\$TypePathComponent\$Kind;" UnboundAttribute_S_TypePathComponentImpl.this []