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

Java/jdk/internal/classfile/instruction/ConstantInstruction_S_LoadConstantInstruction.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.classfile.instruction.ConstantInstruction$LoadConstantInstruction'
#
# !!!!!!  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.instruction.ConstantInstruction_S_LoadConstantInstruction(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract jdk.internal.classfile.constantpool.LoadableConstantEntry jdk.internal.classfile.instruction.ConstantInstruction$LoadConstantInstruction.constantEntry()':
  #
  public constantEntry Java.jdk.internal.classfile.constantpool.LoadableConstantEntry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.LoadableConstantEntry) "jdk.internal.classfile.instruction.ConstantInstruction\$LoadConstantInstruction" "constantEntry" "()Ljdk/internal/classfile/constantpool/LoadableConstantEntry;" ConstantInstruction_S_LoadConstantInstruction.this []

  # call Java instance method 'public default jdk.internal.classfile.TypeKind jdk.internal.classfile.instruction.ConstantInstruction$LoadConstantInstruction.typeKind()':
  #
  public typeKind Java.jdk.internal.classfile.TypeKind =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.TypeKind) "jdk.internal.classfile.instruction.ConstantInstruction\$LoadConstantInstruction" "typeKind" "()Ljdk/internal/classfile/TypeKind;" ConstantInstruction_S_LoadConstantInstruction.this []