org.codehaus.aspectwerkz.annotation.expression.ast
Interface AnnotationParserTreeConstants
- All Known Implementing Classes:
- AnnotationParser
- public interface AnnotationParserTreeConstants
JJTROOT
public static final int JJTROOT
- See Also:
- Constant Field Values
JJTANNOTATION
public static final int JJTANNOTATION
- See Also:
- Constant Field Values
JJTVOID
public static final int JJTVOID
- See Also:
- Constant Field Values
JJTKEYVALUEPAIR
public static final int JJTKEYVALUEPAIR
- See Also:
- Constant Field Values
JJTIDENTIFIER
public static final int JJTIDENTIFIER
- See Also:
- Constant Field Values
JJTBOOLEAN
public static final int JJTBOOLEAN
- See Also:
- Constant Field Values
JJTCHAR
public static final int JJTCHAR
- See Also:
- Constant Field Values
JJTSTRING
public static final int JJTSTRING
- See Also:
- Constant Field Values
JJTARRAY
public static final int JJTARRAY
- See Also:
- Constant Field Values
JJTINTEGER
public static final int JJTINTEGER
- See Also:
- Constant Field Values
JJTFLOAT
public static final int JJTFLOAT
- See Also:
- Constant Field Values
JJTHEX
public static final int JJTHEX
- See Also:
- Constant Field Values
JJTOCT
public static final int JJTOCT
- See Also:
- Constant Field Values
jjtNodeName
public static final String[] jjtNodeName
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.