abc.aspectj.ast
Interface TPEArray

All Superinterfaces:
TypePatternExpr
All Known Implementing Classes:
TPEArray_c

public interface TPEArray
extends TypePatternExpr

A type pattern expression for array types.

Author:
Oege de Moor, Aske Simon Christensen

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

Method Detail

base

TypePatternExpr base()

dims

int dims()