All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.interpreter.VmStaticFieldBaseObject Maven / Gradle / Ivy

There is a newer version: 0.77.0
Show newest version
package org.qbicc.interpreter;

/**
 * A "fake" object used as the static field base for some class.
 */
public interface VmStaticFieldBaseObject extends VmObject {

    /**
     * Get the class for which this object represents the static field base.
     *
     * @return the class (not {@code null})
     */
    VmClass getEnclosedVmClass();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy