public class ParamVertex extends Vertex
Numbering of positional parameters is 1-based, with parameter 0 being the
this value.
A named parameter is an ordinary SSA variable, hence it is represented as
a VarVertex. The flow graph builder sets up edges between parameter
vertices and their corresponding variable vertices for named parameters.
public FuncVertex getFunc()
public int getIndex()
public <T> T accept(VertexVisitor<T> visitor)
Copyright © 2017. All rights reserved.