SootUp
SootUp copied to clipboard
"Convenience Layer" to make use of IDE autocomplete etc.
What happened?
to enable chaining + IDE autocomplete
-
Type.isPrimitive() -> instanceof PrimitiveType etc.
-
Stmt.isAssignStmt() -> instanceof JAssignStmt etc.
-
asAssignStmt
-
isConstructor move/access to Signature? (currently its in the identifierfactory)
Version
Latest develop branch
Relevant log output
No response