Class VerilogPortConnection

    • Constructor Detail

      • VerilogPortConnection

        public VerilogPortConnection​(VerilogNode parent)
        Creates a port connection.
        Parameters:
        parent - the parent node.
      • VerilogPortConnection

        public VerilogPortConnection​(VerilogPortConnection other,
                                     VerilogNode parent)
        Creates a copy of the port connection.
        Parameters:
        other - the port connection to be copied.
        parent - the parent node.
    • Method Detail

      • getExpression

        public VerilogExpression getExpression()
        Returns the expression connected to the port.
        Returns:
        the port connection expression.
      • setExpression

        public void setExpression​(VerilogExpression expression)
        Sets the expression connected to the port.
        Parameters:
        expression - the expression to be set.