de.smartics.util.lang
Class StaticAnalysis

java.lang.Object
  extended by de.smartics.util.lang.StaticAnalysis

public final class StaticAnalysis
     
     
extends Object

Defines constants for static analysis.


Field Summary
static String RAWTYPES
          The string "rawtypes" .
static String UNCHECKED
          The string "unchecked" .
static String UNUSED
          The string "unused" .
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNCHECKED

public static final String UNCHECKED
The string "unchecked" .

See Also:
Constant Field Values

RAWTYPES

public static final String RAWTYPES
The string "rawtypes" .

See Also:
Constant Field Values

UNUSED

public static final String UNUSED
The string "unused" .

See Also:
Constant Field Values


Copyright © 2011–2013 smartics. All rights reserved.