return may only occur syntactically nested in a function definition, not within a nestedclass definition. return は、関数定義内で構文法的にネストして現れますが、ネストしたクラス定義内には現れません。 - Python
break may only occur syntactically nested in a for or while loop, but not nested in a function or class definition within that loop. break 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義には現れません。 - Python
continue may only occur syntactically nested in a for or while loop, but not nested in a function or class definition or try statement within that loop. continue 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義、try 文の中には現れません。 - Python
Issue #87841: If a nestedclass is removed from a Java project and the Java project is reverse-engineered into the same UML project as before, the nestedclass that was removed still appear in the UML model in the Diagram editor.
課題 No. 87841: Java プロジェクトから入れ子クラスを削除し、その Java プロジェクトを以前と同じ UML プロジェクトにリバースエンジニアリングすると、削除した入れ子クラスが図エディタ内の UML モデルにまた表示されます。 - NetBeans
If the class is nested within the scope of an inner class, method, or variable, it is moved up to the same level as that scope.
内部クラス、メソッド、または変数のスコープ内でクラスが入れ子になっている場合、そのクラスはそのスコープと同じレベルまで上に移動します。 - NetBeans
The class of the default visual of the nested server need not be the same as the class of the default visual of the real server;although, it has to be supported by the real server. 入れ子サーバのデフォルトのビジュアルのクラスは、実サーバのデフォルトのビジュアルのクラスと同じである必要はない。 ただし、実サーバにサポートされている必要はある。 - XFree86
Note that the defects are added to the message where the problem was found, so for example, if a message nested inside amultipart/alternative had a malformed header, that nested message object would have a defect, but the containing messages would not.All defect classes are subclassed from email.Errors.MessageDefect, but this class is not an exception! 注意: これらの障害は、問題が見つかったメッセージに追加されるため、たとえばmultipart/alternative 内にあるネストしたメッセージが異常なヘッダをもっていた場合には、そのネストしたメッセージが障害を持っているが、その親メッセージには障害はないとみなされます。 すべての障害クラスは email.Errors.MessageDefect のサブクラスですが、これは例外とは違いますので注意してください。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.