de.smartics.util.lang
Class StaticAnalysis

Package class diagram package 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" .

Constant Field Value:
"unchecked"

RAWTYPES

public static final String RAWTYPES
The string "rawtypes" .

Constant Field Value:
"rawtypes"

UNUSED

public static final String UNUSED
The string "unused" .

Constant Field Value:
"unused"


Copyright © 2011-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.