jar

com.maxifier.mxcache : mxcache-asm

Maven & Gradle

Oct 16, 2019
4 usages
2 stars

MxCache asm · A repackage of ASM byte code manipulation library with some fixes from 3.3. All classes put into com.maxifier.mxcache.asm package. (It was done because different versions ASM are incompatible) The repackaging is done via maven-shade-plugin. This project is located in MxCache repository but it is not liked with its parent project as IDEA doesn't perform well when used with shade plugin.

Table Of Contents

Latest Version

Download com.maxifier.mxcache : mxcache-asm JAR file - Latest Versions:

All Versions

Download com.maxifier.mxcache : mxcache-asm JAR file - All Versions:

Version Vulnerabilities Size Updated
7.1
5.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mxcache-asm-7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.maxifier.mxcache.asm.signature

├─ com.maxifier.mxcache.asm.signature.SignatureReader.class - [JAR]

├─ com.maxifier.mxcache.asm.signature.SignatureVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.signature.SignatureWriter.class - [JAR]

com.maxifier.mxcache.asm.commons

├─ com.maxifier.mxcache.asm.commons.AdviceAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.AnalyzerAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.AnnotationRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.ClassRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.CodeSizeEvaluator.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.FieldRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.GeneratorAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.InstructionAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.JSRInlinerAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.LocalVariablesSorter.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.Method.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.MethodRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.ModuleHashesAttribute.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.ModuleRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.ModuleResolutionAttribute.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.ModuleTargetAttribute.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.Remapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.SerialVersionUIDAdder.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.SignatureRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.SimpleRemapper.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.StaticInitMerger.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.TableSwitchGenerator.class - [JAR]

├─ com.maxifier.mxcache.asm.commons.TryCatchBlockSorter.class - [JAR]

com.maxifier.mxcache.asm

├─ com.maxifier.mxcache.asm.AnnotationVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.AnnotationWriter.class - [JAR]

├─ com.maxifier.mxcache.asm.Attribute.class - [JAR]

├─ com.maxifier.mxcache.asm.ByteVector.class - [JAR]

├─ com.maxifier.mxcache.asm.ClassReader.class - [JAR]

├─ com.maxifier.mxcache.asm.ClassTooLargeException.class - [JAR]

├─ com.maxifier.mxcache.asm.ClassVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.ClassWriter.class - [JAR]

├─ com.maxifier.mxcache.asm.ConstantDynamic.class - [JAR]

├─ com.maxifier.mxcache.asm.Constants.class - [JAR]

├─ com.maxifier.mxcache.asm.Context.class - [JAR]

├─ com.maxifier.mxcache.asm.CurrentFrame.class - [JAR]

├─ com.maxifier.mxcache.asm.Dummy.class - [JAR]

├─ com.maxifier.mxcache.asm.Edge.class - [JAR]

├─ com.maxifier.mxcache.asm.FieldVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.FieldWriter.class - [JAR]

├─ com.maxifier.mxcache.asm.Frame.class - [JAR]

├─ com.maxifier.mxcache.asm.Handle.class - [JAR]

├─ com.maxifier.mxcache.asm.Handler.class - [JAR]

├─ com.maxifier.mxcache.asm.Label.class - [JAR]

├─ com.maxifier.mxcache.asm.MethodTooLargeException.class - [JAR]

├─ com.maxifier.mxcache.asm.MethodVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.MethodWriter.class - [JAR]

├─ com.maxifier.mxcache.asm.ModuleVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.ModuleWriter.class - [JAR]

├─ com.maxifier.mxcache.asm.Opcodes.class - [JAR]

├─ com.maxifier.mxcache.asm.Symbol.class - [JAR]

├─ com.maxifier.mxcache.asm.SymbolTable.class - [JAR]

├─ com.maxifier.mxcache.asm.Type.class - [JAR]

├─ com.maxifier.mxcache.asm.TypePath.class - [JAR]

├─ com.maxifier.mxcache.asm.TypeReference.class - [JAR]

com.maxifier.mxcache.asm.tree

├─ com.maxifier.mxcache.asm.tree.AbstractInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.AnnotationNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ClassNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.FieldInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.FieldNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.FrameNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.IincInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.InnerClassNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.InsnList.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.InsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.IntInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.InvokeDynamicInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.JumpInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LabelNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LdcInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LineNumberNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LocalVariableAnnotationNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LocalVariableNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.LookupSwitchInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.MethodInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.MethodNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ModuleExportNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ModuleNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ModuleOpenNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ModuleProvideNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ModuleRequireNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.MultiANewArrayInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.ParameterNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.TableSwitchInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.TryCatchBlockNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.TypeAnnotationNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.TypeInsnNode.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.UnsupportedClassVersionException.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.Util.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.VarInsnNode.class - [JAR]

com.maxifier.mxcache.asm.tree.analysis

├─ com.maxifier.mxcache.asm.tree.analysis.Analyzer.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.AnalyzerException.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.BasicInterpreter.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.BasicValue.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.BasicVerifier.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.Frame.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.Interpreter.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.SimpleVerifier.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.SmallSet.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.SourceInterpreter.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.SourceValue.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.Subroutine.class - [JAR]

├─ com.maxifier.mxcache.asm.tree.analysis.Value.class - [JAR]

com.maxifier.mxcache.asm.util

├─ com.maxifier.mxcache.asm.util.ASMifiable.class - [JAR]

├─ com.maxifier.mxcache.asm.util.ASMifier.class - [JAR]

├─ com.maxifier.mxcache.asm.util.ASMifierSupport.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckAnnotationAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckClassAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckFieldAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckMethodAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckModuleAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.CheckSignatureAdapter.class - [JAR]

├─ com.maxifier.mxcache.asm.util.Printer.class - [JAR]

├─ com.maxifier.mxcache.asm.util.Textifiable.class - [JAR]

├─ com.maxifier.mxcache.asm.util.Textifier.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TextifierSupport.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceAnnotationVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceClassVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceFieldVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceMethodVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceModuleVisitor.class - [JAR]

├─ com.maxifier.mxcache.asm.util.TraceSignatureVisitor.class - [JAR]

Advertisement