Class LLJava.LoadableExpr

All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
LLJava.ClassExpr, LLJava.DynamicExpr, LLJava.Literal, LLJava.MethodHandleExpr, LLJava.MethodTypeExpr
Enclosing class:
LLJava

public abstract static class LLJava.LoadableExpr extends LLJava.LoadArgument
Abstract base class of representations of everything that can be loaded onto the operand stack using the ldc instruction.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":451.1-455.31, see this pretty print.)
  • Constructor Details

    • LoadableExpr

      public LoadableExpr()
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      (All object fields are set to their default values.)
  • Method Details