Class ASTStmtBlock.BlockLocalDeclaration

java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.stmt.ASTStmtBlock.BlockLocalDeclaration
Enclosing class:
ASTStmtBlock

public static final class ASTStmtBlock.BlockLocalDeclaration extends Object
  • Constructor Details

    • BlockLocalDeclaration

      public BlockLocalDeclaration(int statementIndex, List<ASTLocal> locals)
  • Method Details

    • statementIndex

      public int statementIndex()
    • locals

      public List<ASTLocal> locals()