org.aspectj.internal.lang.reflect
Class TypePatternImpl

java.lang.Object
  extended by org.aspectj.internal.lang.reflect.TypePatternImpl
All Implemented Interfaces:
TypePattern

public class TypePatternImpl
extends java.lang.Object
implements TypePattern

Default impl of a type pattern.


Constructor Summary
TypePatternImpl(java.lang.String pattern)
           
 
Method Summary
 java.lang.String asString()
          a string representation of the pattern
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypePatternImpl

public TypePatternImpl(java.lang.String pattern)
Method Detail

asString

public java.lang.String asString()
Description copied from interface: TypePattern
a string representation of the pattern

Specified by:
asString in interface TypePattern

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object