appli.diff
Class BracketType
java.lang.Object
appli.diff.BracketType
- public class BracketType
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2003
Company:
- Version:
- 1.0
- Author:
- not attributable
Method Summary |
boolean |
IS_A(int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_TYPE
public static final int NULL_TYPE
- See Also:
- Constant Field Values
DEFINITION_TYPE
public static final int DEFINITION_TYPE
- See Also:
- Constant Field Values
COMMAND_TYPE
public static final int COMMAND_TYPE
- See Also:
- Constant Field Values
ARRAY_TYPE
public static final int ARRAY_TYPE
- See Also:
- Constant Field Values
SINGLE_LINE_TYPE
public static final int SINGLE_LINE_TYPE
- See Also:
- Constant Field Values
value
public int value
BracketType
public BracketType(int value)
IS_A
public boolean IS_A(int type)