Interface IJLSType


public interface IJLSType
A type, as defined by the JLS.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the type access flags.
    Get the internal JVM type name.
  • Method Details

    • getInternalName

      String getInternalName()
      Get the internal JVM type name.
      Returns:
      the internal name (jvm canonical form)
    • getAccessFlags

      int getAccessFlags()
      Get the type access flags.
      Returns:
      access flags, refer to Modifier