Class ASTArgument

java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTArgument

public final class ASTArgument extends ASTNode
  • Constructor Details

    • ASTArgument

      public ASTArgument(int line, ASTExpression expr)
  • Method Details