org.sonar.java.resolve
Class Type

java.lang.Object
  extended by org.sonar.java.resolve.Type
Direct Known Subclasses:
Type.ArrayType, Type.ClassType, Type.MethodType

public class Type
extends Object


Nested Class Summary
static class Type.ArrayType
           
static class Type.ClassType
           
static class Type.MethodType
           
 
Field Summary
static int ARRAY
           
static int BOOLEAN
           
static int BOT
           
static int BYTE
           
static int CHAR
           
static int CLASS
           
static int DOUBLE
           
static int FLOAT
           
static int INT
           
static int LONG
           
static int METHOD
           
static int SHORT
           
static int VOID
           
 
Constructor Summary
Type(int tag, Symbol.TypeSymbol symbol)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Type

public Type(int tag,
            Symbol.TypeSymbol symbol)


Copyright © 2012-2014 SonarSource. All Rights Reserved.