Klasse TypeCategoryTypePattern


public class TypeCategoryTypePattern extends AbstractTypePattern
  • Felddetails

  • Methodendetails

    • getTypeCategory

      public int getTypeCategory()
      See the weaver implementation for the type categories.
      Gibt zurück:
      type category
      Siehe auch:
    • getTypePatternExpression

      public String getTypePatternExpression()
      Beschreibung aus Klasse kopiert: AbstractTypePattern
      Return the type pattern in expression form (String representation). In many cases, this is not null, although it may be null in some cases like the NoTypePattern
      Setzt außer Kraft:
      getTypePatternExpression in Klasse AbstractTypePattern
      Gibt zurück:
      String expression of the type pattern. May be null.