abc.aspectj.ast
Interface TPENot

All Superinterfaces:
TypePatternExpr
All Known Implementing Classes:
TPENot_c

public interface TPENot
extends TypePatternExpr

negation of a type pattern expression.

Author:
Oege de Moor, Aske Simon Christensen

Method Summary
 TypePatternExpr getTpe()
           
 
Methods inherited from interface abc.aspectj.ast.TypePatternExpr
equivalent, makeAITypePattern, matchesClass, matchesClassArray, matchesPrimitive, matchesPrimitiveArray, precedence, printSubExpr, transformToClassnamePattern
 

Method Detail

getTpe

TypePatternExpr getTpe()