SootUp icon indicating copy to clipboard operation
SootUp copied to clipboard

"Convenience Layer" to make use of IDE autocomplete etc.

Open swissiety opened this issue 8 months ago • 0 comments

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

swissiety avatar May 28 '24 15:05 swissiety