| 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.java.StaticStringTypesNull
public class StaticStringTypesNull
Defines no static string types.
| Constructor Summary | |
|---|---|
StaticStringTypesNull()
 | 
|
| Method Summary | |
|---|---|
 Automaton | 
getFieldType(SootField field)
Returns the static string type of the specified field, or null if the field has no static string type.  | 
 Automaton | 
getMethodReturnType(SootMethod method)
Returns the static string type of the specified method's return value, or null if the return value has no static string type.  | 
 Automaton | 
getParameterType(SootMethod method,
                 int paramIndex)
Returns the static string type of the nth parameter to the specified method, or null if the parameter has no static string type.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StaticStringTypesNull()
| Method Detail | 
|---|
public Automaton getFieldType(SootField field)
StaticStringTypes
getFieldType in interface StaticStringTypesfield - a field
public Automaton getMethodReturnType(SootMethod method)
StaticStringTypes
getMethodReturnType in interface StaticStringTypesmethod - a soot method
public Automaton getParameterType(SootMethod method,
                                  int paramIndex)
StaticStringTypes
getParameterType in interface StaticStringTypesmethod - a soot methodparamIndex - index of the parameter
  | 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||