Java Code Item: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
Line 17: | Line 17: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Revision as of 03:02, 6 January 2023
A Java Code Item is a software code item composed of Java statements (expressed in a Java programming language).
- Context:
- It can be represented by a Java Source Code AST.
- …
- Example(s):
- Counter-Example(s):
- See: Source Code.