public class TypeStore
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
void
void
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TypeStore
public TypeStore()
-
TypeStore
public TypeStore(List<Class<?>> concreteClasses)
-
Method Details
-
-
-
-
put
public void put(String pakkage,
String typeName,
boolean isStaticImport,
String... enclosingClassNames)
-
putAll
public void putAll(List<Class<?>> concreteClasses)
-
putAll
public void putAll(String pakkage,
List<String> typeNames,
boolean isStaticImport,
String... enclosingClassNames)
-