翻訳と辞書
Words near each other
・ Chunk of Change
・ Chunk! No, Captain Chunk!
・ Chunkappara
・ Chunkara (Arequipa)
・ Chunkara (disambiguation)
・ Chunkara (Puno)
・ Chunkarani
・ Chunkath Joseph Varkey
・ Chunked transfer encoding
・ Chunkey
・ Chunking
・ Chunking (computing)
・ Chunking (division)
・ Chunking (psychology)
・ Chunking (writing)
Chunklet
・ Chunklet (magazine)
・ Chunkou, Liuyang
・ Chunksaah Records
・ Chunkuiyeh
・ Chunky (song)
・ Chunky Creek Train Wreck of 1863
・ Chunky Monkey
・ Chunky Move
・ Chunky Pandey
・ Chunky River
・ Chunky Woodward
・ Chunky, Mississippi
・ Chunky, Texas
・ Chunla


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Chunklet : ウィキペディア英語版
Chunklet

Chunklet is a programming term for the contents of code wrapped by a conditional statement.
Example of a chunklet in Perl:

if ($x == 10)

The above chunklet could be referred by "The x equals 10 chunklet".
Example of a chunklet in XSLT:


The value of node child x is 10.


Again, the above XSLT chunklet can be referred to in the same manner.
==Embedded Chunklets==
Sometimes you will find a chunk of logic (or chunklet) within a larger chunklet. This would be referred to as an Embeded Chunklet. Below is an example of an embedded chunklet within a for loop.

for ($x = 0; $x < $intCounter; $x++)

In the above example, the embedded chunklet would be referred by "The x equals 10 chunklet". This embedded chunklet is within the "for x to intCounter" chunklet.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Chunklet」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.