public class QuickDeps extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
QuickDeps.Predicate |
Constructor and Description |
---|
QuickDeps() |
Modifier and Type | Method and Description |
---|---|
static int |
captureStringLiteral(char type,
String expr,
int cursor,
int end) |
static Set<String> |
getQuickTypeDependencyList(String javaSource,
ClassLoader classLoader) |
static Set<String> |
getQuickTypeDependencyList(String javaSource,
ClassLoader classLoader,
QuickDeps.Predicate predicate) |
public static Set<String> getQuickTypeDependencyList(String javaSource, ClassLoader classLoader)
public static Set<String> getQuickTypeDependencyList(String javaSource, ClassLoader classLoader, QuickDeps.Predicate predicate)
public static int captureStringLiteral(char type, String expr, int cursor, int end)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.