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

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


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

  # call Java instance method 'public java.lang.constant.ConstantDesc jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.value()':
  #
  public __k__value Java.java.lang.constant.ConstantDesc =>
    fuzion.java.call_virtual (Java.java.lang.constant.ConstantDesc) "jdk.internal.classfile.impl.AbstractPoolEntry\$IntegerEntryImpl" "value" "()Ljava/lang/constant/ConstantDesc;" AbstractPoolEntry_S_IntegerEntryImpl.this []

  # call Java instance method 'public jdk.internal.classfile.constantpool.IntegerEntry jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.clone(jdk.internal.classfile.constantpool.ConstantPoolBuilder)':
  #
  public clone_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantPoolBuilder_s_(arg0 Java.jdk.internal.classfile.constantpool.ConstantPoolBuilder) Java.jdk.internal.classfile.constantpool.IntegerEntry =>
    fuzion.java.call_virtual (Java.jdk.internal.classfile.constantpool.IntegerEntry) "jdk.internal.classfile.impl.AbstractPoolEntry\$IntegerEntryImpl" "clone" "(Ljdk/internal/classfile/constantpool/ConstantPoolBuilder;)Ljdk/internal/classfile/constantpool/IntegerEntry;" AbstractPoolEntry_S_IntegerEntryImpl.this [(Java.jdk.internal.classfile.impl.AbstractPoolEntry_S_IntegerEntryImpl.clone_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantPoolBuilder_s_.this.arg0)]

  # call Java instance method 'public java.lang.constant.ConstantDesc jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.constantValue()':
  #
  public constantValue Java.java.lang.constant.ConstantDesc =>
    fuzion.java.call_virtual (Java.java.lang.constant.ConstantDesc) "jdk.internal.classfile.impl.AbstractPoolEntry\$IntegerEntryImpl" "constantValue" "()Ljava/lang/constant/ConstantDesc;" AbstractPoolEntry_S_IntegerEntryImpl.this []

  # call Java instance method 'public int jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.intValue()':
  #
  public intValue i32 =>
    fuzion.java.call_virtual (i32) "jdk.internal.classfile.impl.AbstractPoolEntry\$IntegerEntryImpl" "intValue" "()I" AbstractPoolEntry_S_IntegerEntryImpl.this []

  # call Java instance method 'public void jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.writeTo(jdk.internal.classfile.BufWriter)':
  #
  public writeTo_Ljdk_7_internal_7_classfile_7_BufWriter_s_(arg0 Java.jdk.internal.classfile.BufWriter) unit =>
    fuzion.java.call_virtual (unit) "jdk.internal.classfile.impl.AbstractPoolEntry\$IntegerEntryImpl" "writeTo" "(Ljdk/internal/classfile/BufWriter;)V" AbstractPoolEntry_S_IntegerEntryImpl.this [(Java.jdk.internal.classfile.impl.AbstractPoolEntry_S_IntegerEntryImpl.writeTo_Ljdk_7_internal_7_classfile_7_BufWriter_s_.this.arg0)]

  # short-hand to call Java method 'public jdk.internal.classfile.constantpool.IntegerEntry jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.clone(jdk.internal.classfile.constantpool.ConstantPoolBuilder)':
  #
  public clone(arg0 Java.jdk.internal.classfile.constantpool.ConstantPoolBuilder) (Java.jdk.internal.classfile.constantpool.IntegerEntry) =>
    clone_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantPoolBuilder_s_ Java.jdk.internal.classfile.impl.AbstractPoolEntry_S_IntegerEntryImpl.clone.this.arg0

  # short-hand to call Java method 'public void jdk.internal.classfile.impl.AbstractPoolEntry$IntegerEntryImpl.writeTo(jdk.internal.classfile.BufWriter)':
  #
  public writeTo(arg0 Java.jdk.internal.classfile.BufWriter) (unit) =>
    writeTo_Ljdk_7_internal_7_classfile_7_BufWriter_s_ Java.jdk.internal.classfile.impl.AbstractPoolEntry_S_IntegerEntryImpl.writeTo.this.arg0