Class Variable

java.lang.Object
org.powermock.core.bytebuddy.Variable

public class Variable extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
    private final net.bytebuddy.description.type.TypeDescription
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Variable(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Variable
    of(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • typeDefinitions

      private final net.bytebuddy.description.type.TypeDescription typeDefinitions
    • offset

      private final int offset
  • Constructor Details

    • Variable

      private Variable(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)
  • Method Details

    • of

      public static Variable of(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)