MCPcopy Create free account

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

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

↓ 12 callersMethodgetConstantPool
@return Constant pool.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:378
↓ 12 callersMethodgetDimensions
@return number of dimensions of array
lib.JBE/src/org/apache/bcel/generic/ArrayType.java:145
↓ 12 callersMethodgetEntry
(ZipFile zf, String path)
lib.ApkParser/src/net/dongliu/apk/parser/utils/Utils.java:28
↓ 12 callersMethodgetExceptionVerbose
()
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/ClassSaver.java:596
↓ 12 callersMethodgetFileName
Get the file name of the displayed class. @return the file name.
lib.JBE/src/ee/ioc/cs/jbe/browser/config/window/WindowState.java:49
↓ 12 callersMethodgetInstruction
()
lib.JBE/src/org/apache/bcel/verifier/structurals/ControlFlowGraph.java:288
↓ 12 callersMethodgetPosition
()
lib.JBE/src/org/apache/bcel/generic/BranchHandle.java:109
↓ 12 callersMethodgetSingleIntArg
(String[] instrElems, int line)
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParser.java:1277
↓ 12 callersMethodisEmpty
Test for empty list.
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:125
↓ 12 callersMethodisNative
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:152
↓ 12 callersMethodmax_locals
Utility method to return the max_locals value of the method verified by the surrounding Pass3aVerifier instance.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:402
↓ 12 callersMethodprintType
(Type type)
lib.JBE/src/org/apache/bcel/util/BCELifier.java:265
↓ 12 callersMethodrepaint
(long tm, int x, int y, int width, int height)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedTableCellRenderer.java:99
↓ 12 callersMethodsetFlag
(int flag, boolean set)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:102
↓ 11 callersMethodaddAttribute
Add an attribute to this class. @param a attribute to add
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:227
↓ 11 callersMethodadjustSize
Resize internal array of constants.
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:177
↓ 11 callersMethodgetBranchPairs
()
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParser.java:1541
↓ 11 callersMethodgetClassType
@return type of the referenced class/interface
lib.JBE/src/org/apache/bcel/generic/FieldOrMethod.java:108
↓ 11 callersMethodgetLength
Utility method for derived structures. Get the length of an arbitrary array which may hold primitive types or reference types or may be null. @param
lib.JBE/src/org/gjt/jclasslib/structures/AbstractStructure.java:122
↓ 11 callersMethodgetName
Returns the name of the current element as set by startTag(). It can only be null before first call to startTag() or when last endTag() is called to c
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:195
↓ 11 callersMethodgetSignatureIndex
@return Index in constant pool of source file name.
lib.JBE/src/org/apache/bcel/classfile/Signature.java:137
↓ 11 callersMethodgetTree
Get the tree view. @return the tree view
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserTreePane.java:53
↓ 11 callersMethodisFinal
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:132
↓ 11 callersMethodlocals
The LocalVariables we're working on. @see #setFrame(Frame f)
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:133
↓ 11 callersMethodsetStyle
(int style)
app/src/com/linchaolong/apktoolplus/ui/Popup.java:187
↓ 11 callersMethodunzip
解压文件到指定目录 @param zipFile 压缩文件 @param outDir 输出路径 @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/ZipUtils.java:158
↓ 10 callersMethodaccessToString
Convert bit field of flags into string such as `static final'. @param access_flags Access flags @return String representation of flags
lib.JBE/src/org/apache/bcel/classfile/Utility.java:90
↓ 10 callersMethodaddScreen
(AbstractDetailPane detailPane, String name)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/ConstantPoolDetailPane.java:142
↓ 10 callersMethodcallback
回调方法 @param code 返回码,参考DialogCallback.CODE_xxx @param msg 回调消息
app/src/com/linchaolong/apktoolplus/ui/DialogCallback.java:17
↓ 10 callersMethodcheckType
(Type atype)
lib.JBE/src/org/apache/bcel/generic/FieldGen.java:210
↓ 10 callersMethodclone
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:447
↓ 10 callersMethodfindAttribute
Find the attribute pertaining to a specific tree path. @param path the tree path @return the attribute
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:127
↓ 10 callersMethodgetBoolean
(String name, boolean b)
lib.ApkParser/src/net/dongliu/apk/parser/struct/xml/Attributes.java:33
↓ 10 callersMethodgetClassName
@return name of referenced class
lib.JBE/src/org/apache/bcel/generic/ObjectType.java:83
↓ 10 callersMethodgetElement
Get the element associated with this node @return the element
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserTreeNode.java:165
↓ 10 callersMethodgetExceptionTable
@return Table of handled exceptions. @see CodeException
lib.JBE/src/org/apache/bcel/classfile/Code.java:246
↓ 10 callersMethodgetInstructionList
()
lib.JBE/src/org/apache/bcel/generic/CompoundInstruction.java:74
↓ 10 callersMethodgetPass2Panel
Machine-generated.
lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java:367
↓ 10 callersMethodgetSuperclassName
@return Superclass name.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:443
↓ 10 callersMethodgetX
Get the x-position of the internal frame on the desktop. @return the x-position.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:105
↓ 10 callersMethodindexValid
A utility method to raise an exception if the index is not a valid constant pool index.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:417
↓ 10 callersMethodlocals
The LocalVariables from the current Frame we're operating on. @see #setFrame(Frame)
lib.JBE/src/org/apache/bcel/verifier/structurals/ExecutionVisitor.java:124
↓ 10 callersMethodnotifyTarget
Used by BranchInstruction, LocalVariableGen, CodeExceptionGen
lib.JBE/src/org/apache/bcel/generic/BranchInstruction.java:216
↓ 10 callersMethodread
()
lib.JBE/src/org/apache/bcel/classfile/Utility.java:1283
↓ 10 callersMethodreferenceType
(String type)
lib.JBE/src/org/apache/bcel/util/Class2HTML.java:195
↓ 10 callersMethodreferencesInterface
If "this" doesn't reference an interface, it references a class or a non-existant entity.
lib.JBE/src/org/apache/bcel/generic/ObjectType.java:112
↓ 10 callersMethodsetData
(ResourceEntity data)
lib.ApkParser/src/net/dongliu/apk/parser/struct/ResValue.java:60
↓ 10 callersMethodsignatureToString
Converts signature to string with all class names compacted. @param signature to convert @return Human readable signature
lib.JBE/src/org/apache/bcel/classfile/Utility.java:780
↓ 9 callersMethodaddElement
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassVector.java:74
↓ 9 callersMethodaddFieldref
Add a new Fieldref constant to the ConstantPool, if it is not already in there. @param n Fieldref string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:648
↓ 9 callersMethodconstantPoolIndex
Get the constant pool index corrensponding to a selection in <tt>BrowserTreePane</tt>. @param treePath the tree path @return
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/constants/AbstractConstantInfoDetailPane.java:43
↓ 9 callersMethodgetChunkType
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/ChunkHeader.java:45
↓ 9 callersMethodgetFields
@return Fields, i.e., variables of the class. Like the JVM spec mandates for the classfile format, these fields are those specific to this class, and
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:385
↓ 9 callersMethodgetMaxLocals
@return Number of local variables.
lib.JBE/src/org/apache/bcel/classfile/Code.java:251
↓ 9 callersMethodgetRoot
()
app/src/com/linchaolong/apktoolplus/core/Global.java:31
↓ 9 callersMethodgetStringIndex
@return Index in constant pool of the string (ConstantUtf8).
lib.JBE/src/org/apache/bcel/classfile/ConstantString.java:124
↓ 9 callersMethodgetTargets
@return array of match targets
lib.JBE/src/org/apache/bcel/generic/Select.java:301
↓ 9 callersMethodloadClass
Find the class with the name provided, if the class isn't there, make an attempt to load it.
lib.JBE/src/org/apache/bcel/util/Repository.java:90
↓ 9 callersMethodreview
恢復数据显示 @param textField @param key
app/src/com/linchaolong/apktoolplus/utils/ViewUtils.java:82
↓ 9 callersMethodsetSize
()
lib.JBE/src/org/apache/bcel/generic/LDC.java:86
↓ 9 callersMethodsetTarget
Set branch target for `i'th case
lib.JBE/src/org/apache/bcel/generic/Select.java:223
↓ 9 callersMethodsize
Returns the size of this OperandStack; that means, how many Type objects there are.
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:194
↓ 9 callersMethodslotsUsed
Returns the number of stack slots used. @see #maxStack()
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:202
↓ 9 callersMethodtoHTML
(String str)
lib.JBE/src/org/apache/bcel/util/Class2HTML.java:212
↓ 9 callersMethodvisitStackInstruction
(StackInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:67
↓ 8 callersMethodavailable
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:143
↓ 8 callersMethodbuildNullNode
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserTreePane.java:318
↓ 8 callersMethodclose
(Closeable c)
lib.Utils/src/com/linchaolong/apktoolplus/utils/IOUtils.java:13
↓ 8 callersMethodfindHandle
Find the target instruction (handle) that corresponds to the given target position (byte code offset). @param ihs array of instruction handles, i.e.
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:137
↓ 8 callersMethodgetBrowserComponent
Get the <tt>BrowserComponent</tt> which is the top parent of the visual hierarchy of the class file browser. @return the <tt>BrowserCo
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserServices.java:38
↓ 8 callersMethodgetBrowserComponent
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserInternalFrame.java:108
↓ 8 callersMethodgetConstant
@param i index in constant pool @return constant pool entry at index i
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:671
↓ 8 callersMethodgetDefaultOffset
Get the default offset of the branch of this instruction. @return the offset
lib.JBE/src/org/gjt/jclasslib/bytecode/TableSwitchInstruction.java:44
↓ 8 callersMethodgetEnd
@return end of list
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1173
↓ 8 callersMethodgetFileName
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:336
↓ 8 callersMethodgetFinalConstantPool
@return constant pool with proper length
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:698
↓ 8 callersMethodgetHandlerPC
@return Starting address of exception handler, relative to the code.
lib.JBE/src/org/apache/bcel/classfile/CodeException.java:160
↓ 8 callersMethodgetLineNumber
Returns the current line number, starting from 1. When the parser does not know the current line number or can not determine it, -1 is returned (e.g.
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParser.java:661
↓ 8 callersMethodgetOffset
Get the offset of the branch for this match-offset pair. @return the offset
lib.JBE/src/org/gjt/jclasslib/bytecode/MatchOffsetPair.java:51
↓ 8 callersMethodgetOpcodeVerbose
Get the verbose description of the opcode of this instruction. @return the description
lib.JBE/src/org/gjt/jclasslib/bytecode/AbstractInstruction.java:62
↓ 8 callersMethodgetPackageName
@return Package name.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:368
↓ 8 callersMethodgetPass1Panel
Machine-generated.
lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java:326
↓ 8 callersMethodgetStack
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:127
↓ 8 callersMethodgetString
Get the string in this entry. @return the string
lib.JBE/src/org/gjt/jclasslib/structures/constants/ConstantUtf8Info.java:51
↓ 8 callersMethodgetXml
()
lib.ApkParser/src/net/dongliu/apk/parser/parser/XmlTranslator.java:112
↓ 8 callersMethodgetY
Get the y-position of the internal frame on the desktop. @return the y-position.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:121
↓ 8 callersMethodhandleCallback
(Callback<Event> callback, Event event)
app/src/com/linchaolong/apktoolplus/core/jiagu/JiaGu.java:197
↓ 8 callersMethodisPublic
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:112
↓ 8 callersMethodnewInstance
根据类名实例化一个对象 @param className 类名 @return 对象实例,如果实例化失败返回null
lib.JiaGu/src/com/linchaolong/apktoolplus/jiagu/utils/Reflect.java:167
↓ 8 callersMethodparse
Parse the given Java class file and return an object that represents the contained data, i.e., constants, methods, fields and commands. A <em>ClassFor
lib.JBE/src/org/apache/bcel/classfile/ClassParser.java:151
↓ 8 callersMethodprintAccessFlags
Utility method for derived structures. Print an access flag or an unsigned short value as a hex string. @param accessFlags the unsigned short value t
lib.JBE/src/org/gjt/jclasslib/structures/AbstractStructure.java:158
↓ 8 callersMethodqueue
提交任务到后台任务队列 @param task 任务
lib.Utils/src/com/linchaolong/apktoolplus/utils/TaskManager.java:42
↓ 8 callersMethodreferenceConstant
(int index)
lib.JBE/src/org/apache/bcel/util/ConstantHTML.java:108
↓ 8 callersMethodsetConstantPool
@param constant_pool .
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:490
↓ 8 callersMethodsetWidth
Set the width of the internal frame on the desktop. @param width the width.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:145
↓ 8 callersMethodskipInt
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:139
↓ 8 callersMethodsubmit
提交任务到任务队列 @param task 任务
lib.Utils/src/com/linchaolong/apktoolplus/utils/TaskQueue.java:122
↓ 8 callersMethodvisitFieldOrMethod
(FieldOrMethod obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:88
↓ 7 callersMethodarrayrefOfArrayType
Assures arrayref is of ArrayType or NULL; returns true if and only if arrayref is non-NULL. @throws StructuralCodeConstraintException if the above con
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:210
↓ 7 callersMethodcheckSize
Check if the desktop pane should be resized.
lib.JBE/src/org/gjt/jclasslib/mdi/BasicDesktopManager.java:330
← previousnext →201–300 of 5,389, ranked by callers