3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

Fix docstrings for FuncDecl.translate

This commit is contained in:
KangJing Huang (Chaserhkj) 2017-06-13 02:37:41 -04:00
parent 3a692fe33c
commit 5799947183

View file

@ -60,10 +60,10 @@ public class FuncDecl extends AST
} }
/** /**
* Translates (copies) the AST to the Context {@code ctx}. * Translates (copies) the function declaration to the Context {@code ctx}.
* @param ctx A context * @param ctx A context
* *
* @return A copy of the AST which is associated with {@code ctx} * @return A copy of the function declaration which is associated with {@code ctx}
* @throws Z3Exception on error * @throws Z3Exception on error
**/ **/
public FuncDecl translate(Context ctx) public FuncDecl translate(Context ctx)