Class ConstantString

  • All Implemented Interfaces:
    InjectedArgument

    public class ConstantString
    extends java.lang.Object
    implements InjectedArgument
    A model representing a constant string argument to be passed to the method invocation instructions that are injected by CodeInjector.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantString​(java.lang.String constant)  
    • Constructor Detail

      • ConstantString

        public ConstantString​(java.lang.String constant)
    • Method Detail

      • getConstant

        public java.lang.String getConstant()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object