Class VariableDecl

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

public final class VariableDecl extends Object implements INode
Just the declaration of a variable.
  • Constructor Details

    • VariableDecl

      public VariableDecl(ISymbol symbol)
  • Method Details