Interface CodeLocalVariables

All Superinterfaces:
CodeAtomicStatement, CodeItem, CodeItemWithVariables, CodeStatement

public interface CodeLocalVariables extends CodeAtomicStatement
CodeAtomicStatement to declare multiple CodeLocalVariables in a single statement.
Syntax:
«type» «variable-1», ..., «variable-N»
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)