abc.aspectj.ast
Class DotDotFormalPattern_c

java.lang.Object
  extended by Node_c
      extended by abc.aspectj.ast.DotDotFormalPattern_c
All Implemented Interfaces:
DotDotFormalPattern, FormalPattern

public class DotDotFormalPattern_c
extends Node_c
implements DotDotFormalPattern

wildcard for parameters, e.g. "call int foo(..)". not to be confused with ArgDotDot.

Author:
Oege de Moor, Aske Simon Christensen

Constructor Summary
DotDotFormalPattern_c(Position pos)
           
 
Method Summary
 boolean equivalent(FormalPattern p)
           
 void prettyPrint(CodeWriter w, PrettyPrinter pp)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DotDotFormalPattern_c

public DotDotFormalPattern_c(Position pos)
Method Detail

prettyPrint

public void prettyPrint(CodeWriter w,
                        PrettyPrinter pp)

toString

public java.lang.String toString()

equivalent

public boolean equivalent(FormalPattern p)
Specified by:
equivalent in interface FormalPattern