|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.string.AnalyzeRuntime
public class AnalyzeRuntime
An executable front-end for analyzing programs using the string analysis runtime library.
The given classes are analyzed using the string analysis, and the results are compared to the expected results as given in allStrings.analyze
and
Strings.check
calls.
For all Strings.analyze
calls,
there are three cases:
Strings.check
calls,
there are also three cases:
Method Summary | |
---|---|
static void |
main(String[] args)
Main method for the runtime system. |
static void |
setupLogger()
Initializes the log4j system to print all messages from AnalyzeRuntime
in System.out, and suppress all other non-error messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args) throws IOException, IllegalAccessException, InstantiationException
Resolver
interface.
Resolver
interface.
Instead of a classname, one may specify one of the predefined strategies using the
identifier public or main, which are shorthands for
PublicExternalVisibility
and MainExternalVisibility
, respectively.
args
- a list of arguments, as described above
IOException
IllegalAccessException
InstantiationException
public static void setupLogger()
AnalyzeRuntime
in System.out, and suppress all other non-error messages.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |