mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Adding @Override declarations
They are important, as they prevent miss-spelling the parent method and /or arguments name.
This commit is contained in:
parent
a3a8ba40e7
commit
1dcaddbec7
36 changed files with 85 additions and 4 deletions
|
@ -206,6 +206,7 @@ public class Expr extends AST
|
|||
/**
|
||||
* Returns a string representation of the expression.
|
||||
**/
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return super.toString();
|
||||
|
@ -2117,6 +2118,7 @@ public class Expr extends AST
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
void checkNativeObject(long obj)
|
||||
{
|
||||
if (!Native.isApp(getContext().nCtx(), obj) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue