org.sonar.java.resolve
Class Type
java.lang.Object
org.sonar.java.resolve.Type
- Direct Known Subclasses:
- Type.ArrayType, Type.ClassType, Type.MethodType
public class Type
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
METHOD
public static final int METHOD
- See Also:
- Constant Field Values
BOT
public static final int BOT
- See Also:
- Constant Field Values
Type
public Type(int tag,
Symbol.TypeSymbol symbol)
Copyright © 2012-2014 SonarSource. All Rights Reserved.