org.eclipse.xtend.backend.aop
Class AdviceParamType

java.lang.Object
  extended by org.eclipse.xtend.backend.aop.AdviceParamType

public final class AdviceParamType
extends java.lang.Object

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
AdviceParamType(BackendType type, boolean includingSubtypes)
           
 
Method Summary
 BackendType getType()
           
 boolean isIncludingSubtypes()
           
 boolean matches(BackendType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceParamType

public AdviceParamType(BackendType type,
                       boolean includingSubtypes)
Method Detail

matches

public boolean matches(BackendType type)

getType

public BackendType getType()

isIncludingSubtypes

public boolean isIncludingSubtypes()