Class Parameter

java.lang.Object
org.ek9lang.compiler.ir.Parameter
All Implemented Interfaces:
INode

public final class Parameter extends Object implements INode
Represents a parameter on a method or a function.
  • Constructor Details

    • Parameter

      public Parameter(ISymbol symbol)
  • Method Details