MCPcopy Create free account

hub / github.com/CYRUS-STUDIO/ApkToolPlus / functions

Functions5,389 in github.com/CYRUS-STUDIO/ApkToolPlus

↓ 7 callersMethodcontextOf
Returns the InstructionContext of a given instruction.
lib.JBE/src/org/apache/bcel/verifier/structurals/ControlFlowGraph.java:428
↓ 7 callersMethoddebug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/attributes/CodeAttribute.java:158
↓ 7 callersMethoderror
(String msg)
app/src/com/linchaolong/apktoolplus/utils/Logger.java:18
↓ 7 callersMethodgetAttributes
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:392
↓ 7 callersMethodgetConstantPoolUtf8Entry
Get the <tt>ConstantUtf8Info</tt> constant pool entry at the specified index. @param index the index @return the constant pool entry @throws InvalidB
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:320
↓ 7 callersMethodgetEndPC
@return Exclusive end index of the region where the handler is active.
lib.JBE/src/org/apache/bcel/classfile/CodeException.java:155
↓ 7 callersMethodgetFieldName
@return name of referenced field.
lib.JBE/src/org/apache/bcel/generic/FieldInstruction.java:108
↓ 7 callersMethodgetFields
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:386
↓ 7 callersMethodgetInstance
()
lib.JBE/src/org/apache/bcel/util/SyntheticRepository.java:101
↓ 7 callersMethodgetInt
Get the int value of this constant pool entry. @return the value
lib.JBE/src/org/gjt/jclasslib/structures/constants/ConstantIntegerInfo.java:38
↓ 7 callersMethodgetLineNumberTable
@return LineNumberTable of Code, if it has one
lib.JBE/src/org/apache/bcel/classfile/Code.java:218
↓ 7 callersMethodgetMessage
Returns the error message string of this AssertionViolatedException object. @return the error message string of this AssertionViolatedException.
lib.JBE/src/org/apache/bcel/verifier/exc/AssertionViolatedException.java:94
↓ 7 callersMethodgetNamespace
Returns the namespace URI of the current element as set by startTag(). <p><b>NOTE:</b> that measn in particaulr that: <ul> <li>if there was startTag(
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:186
↓ 7 callersMethodgetOffset
Get the offset of this instruction in its parent <tt>Code</tt> attribute. @return the offset
lib.JBE/src/org/gjt/jclasslib/bytecode/AbstractInstruction.java:75
↓ 7 callersMethodgetPosition
()
lib.JBE/src/org/apache/bcel/util/ByteSequence.java:79
↓ 7 callersMethodgetResourceAsStream
从类路径下搜素指定资源并返回该资源的流对象 @param resPath 资源路径 @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/ClassUtils.java:73
↓ 7 callersMethodgetSignature
Parse Java type such as "char", or "java.lang.String[]" and return the signature in byte code format, e.g. "C" or "[Ljava/lang/String;" respectively.
lib.JBE/src/org/apache/bcel/classfile/Utility.java:883
↓ 7 callersMethodgetSize
@return stack size of this type (2 for long and double, 0 for void, 1 otherwise)
lib.JBE/src/org/apache/bcel/generic/Type.java:110
↓ 7 callersMethodgetTreePane
Get the pane containing the tree structure for the shown class file. @return the pane
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserComponent.java:56
↓ 7 callersMethodisAssignmentCompatibleWith
Return true iff this is assignment compatible with another type t as defined in the JVM specification; see the AASTORE definition there.
lib.JBE/src/org/apache/bcel/generic/ReferenceType.java:101
↓ 7 callersMethodisClass
()
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:662
↓ 7 callersMethodisProtected
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:122
↓ 7 callersMethodlastExecutionJSR
Returns the InstructionContextImpl with an JSR/JSR_W that was last in the ExecutionChain, without a corresponding RET, i.e. we were called by this one
lib.JBE/src/org/apache/bcel/verifier/structurals/ControlFlowGraph.java:299
↓ 7 callersMethodmain
(String[] args)
app/src/com/linchaolong/apktoolplus/Main.java:75
↓ 7 callersMethodread
Reads whole (including chunk type) string block from stream. Stream must be at the chunk type.
lib.AXMLPrinter/src/axmlprinter/android/content/res/StringBlock.java:35
↓ 7 callersMethodsetHeight
Set the height of the internal frame on the desktop. @param height the height.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:161
↓ 7 callersMethodsetVisible
(boolean visible)
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserMDIFrame.java:215
↓ 7 callersMethodsetX
Set the x-position of the internal frame on the desktop. @param x the x-position.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:113
↓ 7 callersMethodshowInExplorer
打开文件所在目录 @param file
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:277
↓ 7 callersMethodtoast
Toast @param msg
app/src/com/linchaolong/apktoolplus/core/Global.java:67
↓ 7 callersMethodunread
()
lib.JBE/src/org/apache/bcel/classfile/Signature.java:163
↓ 6 callersMethodaddMethodref
Add a new Methodref constant to the ConstantPool, if it is not already in there. @param n Methodref string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:553
↓ 6 callersMethodaddPathComponent
Add a single browser path component to this browser path. @param pathComponent the new component.
lib.JBE/src/ee/ioc/cs/jbe/browser/config/window/BrowserPath.java:42
↓ 6 callersMethodbrowser
打开一个url @param uri
app/src/com/linchaolong/apktoolplus/core/AppManager.java:134
↓ 6 callersMethodclone
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:105
↓ 6 callersMethodcodeTemplateSetOpenOutAction
设置打开输出目录监听 @param btn @param lastKey
app/src/com/linchaolong/apktoolplus/module/main/MainView.java:120
↓ 6 callersMethodcreateTitledBorder
(String title)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/AttributeDetailPane.java:219
↓ 6 callersMethoddecrypt
(byte[] data, byte[] key)
lib.Utils/src/com/linchaolong/apktoolplus/utils/XXTEA.java:96
↓ 6 callersMethodfindAttribute
(String namespace,String attribute)
lib.AXMLPrinter/src/axmlprinter/android/content/res/AXmlResourceParser.java:731
↓ 6 callersMethodgetAscent
Get the curent line ascent. @return the line ascent.
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/code/ByteCodeDisplay.java:223
↓ 6 callersMethodgetBodySize
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/ChunkHeader.java:41
↓ 6 callersMethodgetBrowserServices
Get the associated <tt>BrowserServices</tt> object. @return the browser services
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:56
↓ 6 callersMethodgetCatchType
@return 0, if the handler catches any exception, otherwise it points to the exception class which is to be caught.
lib.JBE/src/org/apache/bcel/classfile/CodeException.java:150
↓ 6 callersMethodgetClone
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:113
↓ 6 callersMethodgetFieldValue
获取对象或类某个字段的值 @param clazz 类 @param obj 对象,如果是静态字段则传null @param fieldName 字段名称 @return 字段的值
lib.JiaGu/src/com/linchaolong/apktoolplus/jiagu/utils/Reflect.java:79
↓ 6 callersMethodgetFormattedIndex
(int index, int maxIndex)
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserTreePane.java:371
↓ 6 callersMethodgetLength
()
lib.JBE/src/org/gjt/jclasslib/structures/elementvalues/ElementValue.java:119
↓ 6 callersMethodgetLocalVariableTable
@return LocalVariableTable of Code, if it has one
lib.JBE/src/org/apache/bcel/classfile/Code.java:229
↓ 6 callersMethodgetMethod
Get method object. Never forget to call setMaxStack() or setMaxStack(max), respectively, before calling this method (the same applies for max locals).
lib.JBE/src/org/apache/bcel/generic/MethodGen.java:722
↓ 6 callersMethodgetMethods
Get the array with the <tt>MethodInfo</tt> structures for the methods of this class. @return the array
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:282
↓ 6 callersMethodgetOffset
()
lib.ApkParser/src/net/dongliu/apk/parser/parser/StringPoolEntry.java:23
↓ 6 callersMethodgetOutFrame
This method returns the outgoing execution frame situation; therefore <B>it has to be calculated by execute(Frame, ArrayList) first.</B> @see #execut
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:120
↓ 6 callersMethodgetPackage
(short id)
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResourceTable.java:22
↓ 6 callersMethodgetPass3Panel
Machine-generated.
lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java:408
↓ 6 callersMethodisPrivate
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:117
↓ 6 callersMethodlink
Link to a specific constant pool entry. @param services browser services @param constantPoolIndex the index of the constant pool entry
lib.JBE/src/ee/ioc/cs/jbe/browser/ConstantPoolHyperlinkListener.java:47
↓ 6 callersMethodnext
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/AXmlResourceParser.java:68
↓ 6 callersMethodnotify
(FieldGen field)
lib.JBE/src/org/apache/bcel/generic/FieldObserver.java:65
↓ 6 callersMethodread
Read the list of recently used workspaces from the preferences store. @param preferences the preferences node
lib.JBE/src/ee/ioc/cs/jbe/browser/RecentMenu.java:89
↓ 6 callersMethodreadChunkHeader
()
lib.ApkParser/src/net/dongliu/apk/parser/parser/ResourceTableParser.java:151
↓ 6 callersMethodreadIntArray
(int length)
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:106
↓ 6 callersMethodremove
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Pass3bVerifier.java:108
↓ 6 callersMethodsetConstantPool
(ConstantPoolGen constant_pool)
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:399
↓ 6 callersMethodsetTarget
Set branch target @param target branch target
lib.JBE/src/org/apache/bcel/generic/BranchInstruction.java:208
↓ 6 callersMethodtoString
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserHistory.java:230
↓ 6 callersMethodtranslate
(String s)
lib.JBE/src/org/apache/bcel/classfile/Signature.java:265
↓ 6 callersMethodverify
This method runs a verification pass conforming to the Java Virtual Machine Specification, 2nd edition, on a class file. PassVerifier instances perfor
lib.JBE/src/org/apache/bcel/verifier/PassVerifier.java:106
↓ 6 callersMethodvisitConstantPushInstruction
(ConstantPushInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:89
↓ 6 callersMethodvisitReturnInstruction
(ReturnInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:87
↓ 5 callersMethodaddAccelerator
(JComponent component, int keyCode, int keyMask, AbstractAction action)
lib.JBE/src/ee/ioc/cs/jbe/browser/config/classpath/ClasspathSetupDialog.java:223
↓ 5 callersMethodaddArrayClass
Add a reference to an array class (e.g. String[][]) as needed by MULTIANEWARRAY instruction, e.g. to the ConstantPool. @param type type of array clas
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:284
↓ 5 callersMethodaddConstantPoolEntry
Add a constant pool entry to the constant pool of a <tt>ClassFile</tt>. @param classFile the class file whose constant pool is to be e
lib.JBE/src/org/gjt/jclasslib/structures/ConstantPoolUtil.java:157
↓ 5 callersMethodaddDouble
Add a new double constant to the ConstantPool, if it is not already in there. @param n Double number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:471
↓ 5 callersMethodaddFloat
Add a new Float constant to the ConstantPool, if it is not already in there. @param n Float number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:354
↓ 5 callersMethodaddInteger
Add a new Integer constant to the ConstantPool, if it is not already in there. @param n integer number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:313
↓ 5 callersMethodaddLong
Add a new long constant to the ConstantPool, if it is not already in there. @param n Long number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:429
↓ 5 callersMethodaddNameAndType
Add a new NameAndType constant to the ConstantPool if it is not already in there. @param n NameAndType string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:507
↓ 5 callersMethodaddOffsetLink
(int branchOffset, int sourceOffset)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/code/ByteCodeDisplay.java:595
↓ 5 callersMethodaddString
Add a new String constant to the ConstantPool, if it is not already in there. @param str String to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:206
↓ 5 callersMethodcontains
A small utility method returning if a given int i is in the given int[] ints.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:373
↓ 5 callersMethodcreate
(Window window)
app/src/com/linchaolong/apktoolplus/ui/DirectorySelecter.java:23
↓ 5 callersMethodcreateCommentLink
Create a link value object with a comment for use of a <tt>LinkRenderer</tt>. @param index the constant pool index to link to. @return the
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/ListDetailPane.java:141
↓ 5 callersMethoddebug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/elementvalues/EnumElementValue.java:88
↓ 5 callersMethoddoPass3a
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:112
↓ 5 callersMethoddoPass3b
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:124
↓ 5 callersMethodencrypt
(byte[] data, byte[] key)
lib.Utils/src/com/linchaolong/apktoolplus/utils/XXTEA.java:45
↓ 5 callersMethodequals
@return true if both type objects refer to the same class.
lib.JBE/src/org/apache/bcel/generic/ObjectType.java:91
↓ 5 callersMethodexecute
This method symbolically executes the Instruction held in the InstructionContext. It "merges in" the incoming execution frame situation (see The Java
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:111
↓ 5 callersMethodextendMessage
Extends the error message with a string before ("pre") and after ("post") the 'old' error message. All of these three strings are allowed to be n
lib.JBE/src/org/apache/bcel/verifier/exc/AssertionViolatedException.java:84
↓ 5 callersMethodfireClasspathChanged
(boolean removal)
lib.JBE/src/ee/ioc/cs/jbe/browser/config/BrowserConfig.java:165
↓ 5 callersMethodflush
Write all pending output to the stream. If method startTag() or attribute() was called then start tag is closed (final &gt;) before flush() is called
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:322
↓ 5 callersMethodformat
(StackTraceElement s)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:50
↓ 5 callersMethodformatOutput
格式化并输出 @param logLevel log级别 @param log log
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:121
↓ 5 callersMethodgetClassLoader
()
lib.JBE/src/org/apache/bcel/util/JavaWrapper.java:78
↓ 5 callersMethodgetCountry
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResTableConfig.java:98
↓ 5 callersMethodgetExceptionHandlers
Returns the exception handlers that protect this instruction. They are special control flow successors.
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:139
↓ 5 callersMethodgetExceptionIndexTable
@return Array of indices into constant pool of thrown exceptions.
lib.JBE/src/org/apache/bcel/classfile/ExceptionTable.java:152
↓ 5 callersMethodgetFile
Get the file for the classpath entry. May be <tt>null</tt> if the entry is invalid. @return the file.
lib.JBE/src/ee/ioc/cs/jbe/browser/config/classpath/ClasspathEntry.java:78
↓ 5 callersMethodgetIcon
the icon file path in apk @return null if not found
lib.ApkParser/src/net/dongliu/apk/parser/bean/ApkMeta.java:91
↓ 5 callersMethodgetInitialized
Returns the ObjectType of the same class as the one of the uninitialized object represented by this UninitializedObjectType instance.
lib.JBE/src/org/apache/bcel/verifier/structurals/UninitializedObjectType.java:83
← previousnext →301–400 of 5,389, ranked by callers