public interface AnalyzerCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyDeclared(Set<String> s)
Returns true if any variable in the set s might be a declared variable.
|
String |
getFullExpression(String placeHolder)
Gives the full expression for the variable placeHolder.
|
Set<String> |
getNonGlobalIdentifiers()
Get the set of identifiers bound in the non global scope
|
boolean |
isDefinitelyBoolean(String s)
Returns true if the variable s is definitely a boolean.
|
boolean |
isDefinitelyIdentifier(String s)
Returns true if the variable s is a legal identifier.
|
boolean |
isDefinitelyIdentifierFragment(String s)
Returns true if the variable s is a legal identifier fragment.
|
boolean |
isDefinitelyInteger(String s)
Returns true if the variable s is definitely an integer.
|
boolean |
isDefinitelyJSONData(String s)
Returns true if the variable s is definitely JSON Data.
|
boolean anyDeclared(Set<String> s)
String getFullExpression(String placeHolder)
Set<String> getNonGlobalIdentifiers()
boolean isDefinitelyBoolean(String s)
boolean isDefinitelyIdentifier(String s)
boolean isDefinitelyIdentifierFragment(String s)
boolean isDefinitelyInteger(String s)
boolean isDefinitelyJSONData(String s)
Copyright © 2012 Aarhus University