Interface CodeLocalVariable

All Superinterfaces:
CodeAssignment, CodeAtomicStatement, CodeExpression, CodeItem, CodeItemWithDeclaration, CodeItemWithModifiers, CodeItemWithName, CodeItemWithType, CodeItemWithVariables, CodeStatement, CodeVariable

public interface CodeLocalVariable extends CodeVariable, CodeItemWithModifiers, CodeAssignment
CodeVariable that is locally defined in a CodeBlock.
Syntax:
[final] «type» «name» [ = «expression»]
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)