Interface CodeArrayInstatiation
- All Superinterfaces:
CodeExpression, CodeItem
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
Fields inherited from interface CodeItem
DEFAULT_INDENT, DEFAULT_NEWLINE -
Method Summary
Methods inherited from interface CodeExpression
evaluateMethods inherited from interface CodeItem
getLanguage, getSourceCode, write, write, write, write, write, write
-
Method Details
-
getValues
List<CodeExpression> getValues()- Returns:
- the
ListofCodeExpressions with the initial values of the array. May beemptybut will never benull.
-