org.jboss.aop.pointcut.ast
Interface TypeExpressionParserTreeConstants

All Known Implementing Classes:
TypeExpressionParser

public interface TypeExpressionParserTreeConstants


Field Summary
static int JJTALLPARAMETER
           
static int JJTAND
           
static int JJTATTRIBUTE
           
static int JJTBOOLEAN
           
static int JJTCLASS
           
static int JJTCOMPOSITE
           
static int JJTCONSTRUCTOR
           
static int JJTEXCEPTION
           
static int JJTFIELD
           
static int JJTHAS
           
static int JJTHASFIELD
           
static int JJTMETHOD
           
static String[] jjtNodeName
           
static int JJTNOT
           
static int JJTOR
           
static int JJTPARAMETER
           
static int JJTSTART
           
static int JJTSUB
           
static int JJTVOID
           
 

Field Detail

JJTSTART

static final int JJTSTART
See Also:
Constant Field Values

JJTVOID

static final int JJTVOID
See Also:
Constant Field Values

JJTBOOLEAN

static final int JJTBOOLEAN
See Also:
Constant Field Values

JJTCOMPOSITE

static final int JJTCOMPOSITE
See Also:
Constant Field Values

JJTNOT

static final int JJTNOT
See Also:
Constant Field Values

JJTSUB

static final int JJTSUB
See Also:
Constant Field Values

JJTAND

static final int JJTAND
See Also:
Constant Field Values

JJTOR

static final int JJTOR
See Also:
Constant Field Values

JJTHAS

static final int JJTHAS
See Also:
Constant Field Values

JJTHASFIELD

static final int JJTHASFIELD
See Also:
Constant Field Values

JJTMETHOD

static final int JJTMETHOD
See Also:
Constant Field Values

JJTATTRIBUTE

static final int JJTATTRIBUTE
See Also:
Constant Field Values

JJTCONSTRUCTOR

static final int JJTCONSTRUCTOR
See Also:
Constant Field Values

JJTPARAMETER

static final int JJTPARAMETER
See Also:
Constant Field Values

JJTALLPARAMETER

static final int JJTALLPARAMETER
See Also:
Constant Field Values

JJTFIELD

static final int JJTFIELD
See Also:
Constant Field Values

JJTCLASS

static final int JJTCLASS
See Also:
Constant Field Values

JJTEXCEPTION

static final int JJTEXCEPTION
See Also:
Constant Field Values

jjtNodeName

static final String[] jjtNodeName


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.