MCPcopy Create free account
hub / github.com/Z3Prover/z3 / push

Method push

src/api/java/ASTVector.java:70–73  ·  view source on GitHub ↗

Add the AST a to the back of the vector. The size is increased by 1. @param a An AST

(AST a)

Source from the content-addressed store, hash-verified

68 * @param a An AST
69 **/
70 public void push(AST a)
71 {
72 Native.astVectorPush(getContext().nCtx(), getNativeObject(), a.getNativeObject());
73 }
74
75 /**
76 * Translates all ASTs in the vector to {@code ctx}.

Callers 2

getConsequencesMethod · 0.95
cubeMethod · 0.95

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected