Klasse TypePatternImpl

java.lang.Object
org.aspectj.internal.lang.reflect.TypePatternImpl
Alle implementierten Schnittstellen:
TypePattern

public class TypePatternImpl extends Object implements TypePattern
Default impl of a type pattern.
  • Konstruktordetails

    • TypePatternImpl

      public TypePatternImpl(String pattern)
  • Methodendetails

    • asString

      public String asString()
      Angegeben von:
      asString in Schnittstelle TypePattern
      Gibt zurück:
      a string representation of the pattern
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object