-
Notifications
You must be signed in to change notification settings - Fork 2
libraries en
ab25cq edited this page Jul 3, 2018
·
11 revisions
The following pages have explanations of main classes and methods.
- Object class
- String class
- Anonymouse class
- Global class
- System class
- Clover class
- Command class
- pointer class
- lambda class
- regex class
- Range class
- File class
- Path class
- Directory class
- Buffer class
- Container library
- Reflection
- Thread
Please refer to the source code for further information. Layers are stacked in the order of Fundamental.clcl→Reflection.clcl→Thread.clcl→String.clcl→Container.clcl→Range.clcl→File.clcl→Command.clcl→SystemCalls.clcl→CLibrary.clcl→CGI.clcl→Socket.clcl→MyOwnLibrary.clcl included in the source. By looking through in turn, your understanding will deepen.
- フリーフォーマット
- 変数と関数について
- 条件分岐と演算子
- 論理演算子
- ビット演算子
- ループ
- ブロック
- コメント
- アノテーション
- ナルエイブル
- プリミティブクラス
- 配列
- クラス
- クラスフィールドとクラスメソッド
- dynamic_class
- boxingとunboxing
- プリミティブ型とスペシャルフィールド
- スペシャルメソッド
- インターフェース
- 移譲
- モジュール
- ジェネリクス
- メソッドジェネリクス
- 関数
- 列挙型(enum)
- 自動setterとgetterの定義
- when文
- 変数の宣言の取り消し
- 例外処理
- 多重代入
- 代入時の自動キャスト
- C言語へのFFI
- ローカル変数の宣言
- メモリーセーフなポインタ
- 例外演算子
- 糖衣構文