Class ConstantNameAndType

java.lang.Object
de.inetsoftware.classparser.ConstantNameAndType

public class ConstantNameAndType extends Object
Author:
Volker Berlin
  • Constructor Details

    • ConstantNameAndType

      public ConstantNameAndType(String name, String type)
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
      The type of the variable in class file syntax.
      Returns:
      the type