net.sourceforge.pmd.dfa
Interface NodeType
- public interface NodeType
- Author:
- raik
IF_EXPR
public static final int IF_EXPR
- See Also:
- Constant Field Values
IF_LAST_STATEMENT
public static final int IF_LAST_STATEMENT
- See Also:
- Constant Field Values
IF_LAST_STATEMENT_WITHOUT_ELSE
public static final int IF_LAST_STATEMENT_WITHOUT_ELSE
- See Also:
- Constant Field Values
ELSE_LAST_STATEMENT
public static final int ELSE_LAST_STATEMENT
- See Also:
- Constant Field Values
WHILE_EXPR
public static final int WHILE_EXPR
- See Also:
- Constant Field Values
WHILE_LAST_STATEMENT
public static final int WHILE_LAST_STATEMENT
- See Also:
- Constant Field Values
SWITCH_START
public static final int SWITCH_START
- See Also:
- Constant Field Values
CASE_LAST_STATEMENT
public static final int CASE_LAST_STATEMENT
- See Also:
- Constant Field Values
SWITCH_LAST_DEFAULT_STATEMENT
public static final int SWITCH_LAST_DEFAULT_STATEMENT
- See Also:
- Constant Field Values
SWITCH_END
public static final int SWITCH_END
- See Also:
- Constant Field Values
FOR_INIT
public static final int FOR_INIT
- See Also:
- Constant Field Values
FOR_EXPR
public static final int FOR_EXPR
- See Also:
- Constant Field Values
FOR_UPDATE
public static final int FOR_UPDATE
- See Also:
- Constant Field Values
FOR_BEFORE_FIRST_STATEMENT
public static final int FOR_BEFORE_FIRST_STATEMENT
- See Also:
- Constant Field Values
FOR_END
public static final int FOR_END
- See Also:
- Constant Field Values
DO_BEFORE_FIRST_STATEMENT
public static final int DO_BEFORE_FIRST_STATEMENT
- See Also:
- Constant Field Values
DO_EXPR
public static final int DO_EXPR
- See Also:
- Constant Field Values
RETURN_STATEMENT
public static final int RETURN_STATEMENT
- See Also:
- Constant Field Values
BREAK_STATEMENT
public static final int BREAK_STATEMENT
- See Also:
- Constant Field Values
CONTINUE_STATEMENT
public static final int CONTINUE_STATEMENT
- See Also:
- Constant Field Values
Copyright © 2002-2006 InfoEther. All Rights Reserved.