パッケージ | 説明 |
---|---|
org.springframework.asm | ASM 7.0 の Spring の再パッケージ化(Spring 固有のパッチを使用。内部使用のみ)。 |
org.springframework.context.expression | Spring アプリケーションコンテキスト内の式解析サポート。 |
org.springframework.core.type.classreading | アノテーションおよびクラスレベルのメタデータを読み取るためのクラスをサポートします。 |
org.springframework.expression.spel | SpEL の中央実装パッケージ。 |
org.springframework.expression.spel.ast | SpEL の抽象構文ツリー。 |
org.springframework.expression.spel.support | さまざまなコア抽象化のための SpEL のデフォルト実装。 |
修飾子と型 | フィールドと説明 |
---|---|
protected MethodVisitor | MethodVisitor.mv このビジターがメソッド呼び出しを委譲する必要があるメソッドビジター。 |
修飾子と型 | メソッドと説明 |
---|---|
MethodVisitor | ClassVisitor.visitMethod(int access, StringSE name, StringSE descriptor, StringSE signature, StringSE[] exceptions) クラスのメソッドを訪問します。 |
MethodVisitor | ClassWriter.visitMethod(int access, StringSE name, StringSE descriptor, StringSE signature, StringSE[] exceptions) |
コンストラクターと説明 |
---|
MethodVisitor(int api, MethodVisitor methodVisitor) 新しい MethodVisitor を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | MapAccessor.generateCode(StringSE propertyName, MethodVisitor mv, CodeFlow cf) |
修飾子と型 | クラスと説明 |
---|---|
class | MethodMetadataReadingVisitor メソッドで定義されたアノテーションを探し、 MethodMetadata インターフェースを介して公開する ASM メソッドビジター。 |
修飾子と型 | メソッドと説明 |
---|---|
MethodVisitor | AnnotationMetadataReadingVisitor.visitMethod(int access, StringSE name, StringSE desc, StringSE signature, StringSE[] exceptions) |
修飾子と型 | メソッドと説明 |
---|---|
void | CodeFlow.ClinitAdder.generateCode(MethodVisitor mv, CodeFlow codeflow) |
void | CompilablePropertyAccessor.generateCode(StringSE propertyName, MethodVisitor mv, CodeFlow cf) 必要に応じて、コードフローからのコンテキスト情報を使用して、指定された MethodVisitor へのアクセス操作を実行するバイトコードを生成します。 |
static void | CodeFlow.insertAnyNecessaryTypeConversionBytecodes(MethodVisitor mv, char targetDescriptor, StringSE stackDescriptor) スタックの内容と目的のターゲット型に基づいて、必要な数値変換バイトコードを挿入します。 |
static void | CodeFlow.insertArrayStore(MethodVisitor mv, StringSE arrayElementType) スタック項目を配列に格納するための適切なバイトコードを生成します。 |
static void | CodeFlow.insertBoxIfNecessary(MethodVisitor mv, char ch) 特定の型に適切なボクシング指示を決定し(ボクシングが必要な場合)、指示を提供されたビジターに挿入します。 |
static void | CodeFlow.insertBoxIfNecessary(MethodVisitor mv, StringSE descriptor) 特定の型に適切なボクシング指示を決定し(ボクシングが必要な場合)、指示を提供されたビジターに挿入します。 |
static void | CodeFlow.insertCheckCast(MethodVisitor mv, StringSE descriptor) 提供された記述子に適切な CHECKCAST 命令を挿入します。 |
static void | CodeFlow.insertNewArrayCode(MethodVisitor mv, int size, StringSE arraytype) 正しいバイトコードを生成して配列を構築します。 |
static void | CodeFlow.insertNumericUnboxOrPrimitiveTypeCoercion(MethodVisitor mv, StringSE stackDescriptor, char targetDescriptor) 数学演算子で使用するために、スタック上の(おそらくボックス化された)数値からプリミティブ数値型への変換を処理します。 |
static void | CodeFlow.insertOptimalLoad(MethodVisitor mv, int value) スタックに数値をロードするための最適な命令を作成します。 |
static void | CodeFlow.insertUnboxInsns(MethodVisitor mv, char ch, StringSE stackDescriptor) ボックス型からプリミティブ値に変換するために必要なキャストと値の呼び出しを挿入します。 |
static void | CodeFlow.insertUnboxNumberInsns(MethodVisitor mv, char targetDescriptor, StringSE stackDescriptor) 数値の場合は、適切なメソッドを使用して、リクエストされたプリミティブ型に変換します。 |
void | CodeFlow.loadEvaluationContext(MethodVisitor mv) バイトコードをプッシュして EvaluationContext(コンパイルされた式メソッドに渡される 2 番目のパラメーター)をロードします。 |
void | CodeFlow.loadTarget(MethodVisitor mv) バイトコードをプッシュしてターゲットをロードします(つまり |
void | CodeFlow.unboxBooleanIfNecessary(MethodVisitor mv) コードフローが java.lang.Boolean に評価された最後の式を示している場合は、必要な命令を挿入して、ブールプリミティブにボックス化します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | ReflectivePropertyAccessor.OptimalPropertyAccessor.generateCode(StringSE propertyName, MethodVisitor mv, CodeFlow cf) |