|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Triple | |
|---|---|
| jasm.attributes | Provides classes for representing class file attributes, including code necessary for encoding and decoding them. |
| jasm.io | Provides classes for reading/writing class files and Jasm files. |
| Uses of Triple in jasm.attributes |
|---|
| Fields in jasm.attributes with type parameters of type Triple | |
|---|---|
protected java.util.List<Triple<JvmType.Clazz,JvmType.Clazz,java.util.List<Modifier>>> |
InnerClasses.inners
|
| Methods in jasm.attributes that return types with arguments of type Triple | |
|---|---|
java.util.List<Triple<JvmType.Clazz,JvmType.Clazz,java.util.List<Modifier>>> |
InnerClasses.inners()
|
| Constructor parameters in jasm.attributes with type arguments of type Triple | |
|---|---|
InnerClasses(JvmType.Clazz type,
java.util.List<Triple<JvmType.Clazz,JvmType.Clazz,java.util.List<Modifier>>> inners)
Create an InnerClasses attribute (see JLS Section 4.7.5). |
|
| Uses of Triple in jasm.io |
|---|
| Methods in jasm.io that return Triple | |
|---|---|
protected Triple<JvmType.Clazz,java.lang.String,JvmType> |
ClassFileReader.decodeInstructionOwnerNameType(int offset,
int line)
|
protected Triple<java.util.List<JvmType.Reference>,JvmType.Clazz,java.util.List<JvmType.Clazz>> |
ClassFileReader.parseClassSigDesc(java.lang.String descriptor)
The class signature provides information about the generic type parameters declared for a class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||