MCPcopy Create free account

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

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

↓ 649 callersMethodappend
Append another list after instruction (handle) ih contained in this list. Consumes argument list, i.e., it becomes empty. @param ih where to append t
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:255
↓ 592 callersMethodadd
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassSet.java:76
↓ 507 callersMethodequals
(Instruction i1, Instruction i2)
lib.JBE/src/org/apache/bcel/generic/InstructionComparator.java:73
↓ 448 callersMethodstack
The OperandStack we're working on. @see #setFrame(Frame f)
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:124
↓ 445 callersMethodpeek
Returns the element on top of the stack. The element is not popped off the stack!
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:147
↓ 363 callersMethodstack
The OperandStack from the current Frame we're operating on. @see #setFrame(Frame)
lib.JBE/src/org/apache/bcel/verifier/structurals/ExecutionVisitor.java:116
↓ 246 callersMethodconstraintViolated
This method is called by the visitXXX() to notify the acceptor of this InstConstraintVisitor that a constraint violation has occured. This is done by
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:143
↓ 212 callersMethodpop
Returns the element on top of the stack. The element is popped off the stack.
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:162
↓ 202 callersMethodprintStackTrace
()
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParserException.java:64
↓ 163 callersMethodsetText
(String text)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedJLabel.java:96
↓ 160 callersMethodget
Returns the type of the local variable slot i.
lib.JBE/src/org/apache/bcel/verifier/structurals/LocalVariables.java:98
↓ 149 callersMethodpush
Pushes a Type object onto the stack.
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:180
↓ 137 callersMethodgetName
()
lib.JBE/src/org/apache/bcel/generic/NamedAndTyped.java:65
↓ 120 callersMethodgetIndex
()
lib.JBE/src/org/apache/bcel/generic/IndexedInstruction.java:65
↓ 118 callersMethodexists
文件是否存在 @param file @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:224
↓ 112 callersMethodtostring
This method is here to save typing work and improve code readability.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass2Verifier.java:1332
↓ 111 callersMethodgetConstant
Get constant from constant pool. @param index Index in constant pool @return Constant value @see Constant
lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java:245
↓ 108 callersMethodwrite
(int b)
app/src/com/linchaolong/apktoolplus/core/debug/OutputListener.java:10
↓ 103 callersMethodgetPath
@return canonical path to class file.
lib.JBE/src/org/apache/bcel/util/ClassPath.java:342
↓ 102 callersMethodvisitTypedInstruction
(TypedInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:76
↓ 101 callersMethodvisitStackConsumer
(StackConsumer obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:94
↓ 93 callersMethodvisitStackProducer
(StackProducer obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:93
↓ 83 callersMethodgetSize
@return size of class file.
lib.JBE/src/org/apache/bcel/util/ClassPath.java:358
↓ 77 callersMethodsetVisible
(boolean visible)
lib.JBE/src/org/gjt/jclasslib/util/ProgressDialog.java:69
↓ 76 callersMethodreadInt
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:74
↓ 73 callersMethodsize
@return length of list (Number of instructions, not bytes)
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1183
↓ 70 callersMethodgetParentFrame
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserInternalFrame.java:199
↓ 70 callersMethodprint
(String msg)
app/src/com/linchaolong/apktoolplus/utils/Logger.java:10
↓ 66 callersMethodgetClassName
Returns the name of the class this verifier operates on. This is particularly interesting when this verifier was created recursively by another Verifi
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:153
↓ 66 callersMethodhighlightLabel
Create a highlighted label (values in key-value pairs). @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:94
↓ 64 callersMethodconstraintViolated
A utility method to always raise an exeption.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:409
↓ 62 callersMethodaccept
(Visitor obj)
lib.JBE/src/org/apache/bcel/classfile/Node.java:64
↓ 62 callersMethodreplace
Replace all occurences of <em>old</em> in <em>str</em> with <em>new</em>. @param str String to permute @param old String to be replaced @param new Re
lib.JBE/src/org/apache/bcel/classfile/Utility.java:748
↓ 61 callersMethodgetType
Returns the type associated with this instruction. LoadClass instances are always typed, but this type does not always refer to the type of the class
lib.JBE/src/org/apache/bcel/generic/LoadClass.java:85
↓ 59 callersMethodlookupClass
Lookup class somewhere found on your CLASSPATH, or whereever the repository instance looks for it. @return class object for given fully qualified cla
lib.JBE/src/org/apache/bcel/Repository.java:94
↓ 59 callersMethodnormalLabel
Create a normal label (keys in key-value pairs). @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:76
↓ 57 callersMethodaddDetailPaneEntry
Add a detail entry consisting of a key value pair. @param key the key label @param value the value label
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/FixedListDetailPane.java:65
↓ 57 callersMethodhasNext
()
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1045
↓ 55 callersMethodnext
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParser.java:934
↓ 55 callersMethodreadUInt
get one unsigned int as long type
lib.ApkParser/src/net/dongliu/apk/parser/utils/Buffers.java:31
↓ 54 callersMethodgetBytes
@param name fully qualified file name, e.g. java/lang/String @param suffix file name ends with suffix, e.g. .java @return byte a
lib.JBE/src/org/apache/bcel/util/ClassPath.java:275
↓ 48 callersMethodadd
Adds some information about this local variable (slot). @throws LocalVariableInfoInconsistentException if the new information conflicts with a
lib.JBE/src/org/apache/bcel/verifier/statics/LocalVariableInfo.java:119
↓ 48 callersMethoditerator
@return Enumeration that lists all instructions (handles)
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1031
↓ 46 callersMethodgetAttributes
@return Collection of code attributes. @see Attribute
lib.JBE/src/org/apache/bcel/classfile/Code.java:213
↓ 45 callersMethodvisitExceptionThrower
(ExceptionThrower obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:90
↓ 43 callersMethodgetNameIndex
@return Name index in constant pool of attribute name.
lib.JBE/src/org/apache/bcel/classfile/Attribute.java:251
↓ 42 callersMethodgetTag
The getTag and setTag methods may be used for temporary flagging, such as graph colouring. Nothing in the InstructionContext object depends on the val
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:78
↓ 42 callersMethodshowToast
(final String msg)
app/src/com/linchaolong/apktoolplus/base/Activity.java:36
↓ 40 callersMethodclose
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/XmlResourceParser.java:26
↓ 40 callersMethodgetSignature
@return signature for given type.
lib.JBE/src/org/apache/bcel/generic/Type.java:100
↓ 40 callersMethodsetBackground
(Color c)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedTableCellRenderer.java:46
↓ 40 callersMethodsetTitle
设置文件选择窗口的标题 @param title 标题 @return
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:40
↓ 38 callersMethodd
(String msg)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:142
↓ 38 callersMethodgetClassFile
Get the <tt>ClassFile</tt> object for the show class file. @return the <tt>ClassFile</tt> object
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserServices.java:26
↓ 37 callersMethodaddError
(String errorType, String instruction, int line)
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParseException.java:39
↓ 36 callersMethodvisitArithmeticInstruction
(ArithmeticInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:82
↓ 35 callersMethodclear
Clear all entries from cache.
lib.JBE/src/org/apache/bcel/util/Repository.java:101
↓ 35 callersMethodget
(String key)
app/src/com/linchaolong/apktoolplus/Config.java:208
↓ 35 callersMethodtoHexString
Convert bytes into hexidecimal string @return bytes as hexidecimal string, e.g. 00 FA 12 ...
lib.JBE/src/org/apache/bcel/classfile/Utility.java:1046
↓ 35 callersMethodtoString
@return mnemonic for instruction
lib.JBE/src/org/apache/bcel/generic/RET.java:144
↓ 35 callersMethodtoString
Returns the String representation.
lib.JBE/src/org/apache/bcel/verifier/statics/StringRepresentation.java:93
↓ 34 callersMethodcheckIndex
(Node referrer, int index, Class shouldbe)
lib.JBE/src/org/apache/bcel/verifier/statics/Pass2Verifier.java:324
↓ 34 callersMethodgetMessage
Returns a detailed message.
lib.JBE/src/org/apache/bcel/verifier/VerificationResult.java:111
↓ 33 callersMethodgetConstantPool
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:398
↓ 32 callersMethodgetClassName
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:334
↓ 32 callersMethodgetLength
@return Length of attribute field in bytes.
lib.JBE/src/org/apache/bcel/classfile/Attribute.java:232
↓ 32 callersMethodisEmpty
(final CharSequence cs)
lib.ApkParser/src/net/dongliu/apk/parser/utils/Utils.java:93
↓ 32 callersMethodpop
()
lib.JBE/src/org/apache/bcel/util/ClassStack.java:74
↓ 32 callersMethodpush
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassStack.java:73
↓ 31 callersMethoddelete
删除一个文件或目录 @param file @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:182
↓ 31 callersMethodgetBytes
@return Data converted to string.
lib.JBE/src/org/apache/bcel/classfile/ConstantUtf8.java:135
↓ 31 callersMethodgetInstruction
Returns the InstructionHandle this InstructionContext is wrapped around. @return The InstructionHandle this InstructionContext is wrapped around.
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:127
↓ 31 callersMethodset
Sets a new Type for the given local variable slot.
lib.JBE/src/org/apache/bcel/verifier/structurals/LocalVariables.java:121
↓ 30 callersMethodclone
()
lib.JBE/src/org/apache/bcel/classfile/Constant.java:116
↓ 30 callersMethoddebug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/FieldInfo.java:54
↓ 30 callersMethodgetInt
(String name)
lib.ApkParser/src/net/dongliu/apk/parser/struct/xml/Attributes.java:38
↓ 30 callersMethodgetMethods
@return Methods of the class.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:410
↓ 29 callersMethodconstantToString
Resolve constant to a string representation. @param constant Constant to be printed @return String representation
lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java:139
↓ 29 callersMethode
(String msg)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:154
↓ 29 callersMethodgetClass
@return Class this field belongs to.
lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java:136
↓ 29 callersMethodgetText
Returns the text content of the current event as String. The value returned depends on current event type, for example for TEXT event it is element co
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParser.java:711
↓ 29 callersMethodgetVerifier
Returns the (only) verifier responsible for the class with the given name. Possibly a new Verifier object is transparently created. @return the (only)
lib.JBE/src/org/apache/bcel/verifier/VerifierFactory.java:93
↓ 28 callersMethodgetReturnType
Convert return value of a method (signature) to a Type object. @param signature signature string such as (Ljava/lang/String;)V @return return type
lib.JBE/src/org/apache/bcel/generic/Type.java:193
↓ 28 callersMethodset
(String key, String val)
app/src/com/linchaolong/apktoolplus/Config.java:224
↓ 27 callersMethodgetArgumentTypes
Convert arguments of a method (signature) to an array of Type objects. @param signature signature string such as (Ljava/lang/String;)V @return array o
lib.JBE/src/org/apache/bcel/generic/Type.java:208
↓ 26 callersMethodget
()
lib.Utils/src/com/linchaolong/apktoolplus/utils/TaskManager.java:25
↓ 26 callersMethodgetDir
根据key获取对应的目录,如果是一个文件则返回该文件所在目录 @param key @return
app/src/com/linchaolong/apktoolplus/Config.java:173
↓ 26 callersMethodgetLength
Get the length in bytes of this local variable association. @return the length
lib.JBE/src/org/gjt/jclasslib/structures/attributes/LocalVariableCommonEntry.java:55
↓ 26 callersMethodtoArray
()
lib.JBE/src/org/apache/bcel/util/ClassSet.java:90
↓ 25 callersMethodget
(String name)
lib.ApkParser/src/net/dongliu/apk/parser/struct/xml/Attributes.java:20
↓ 25 callersMethodisEmpty
(String str)
lib.Utils/src/com/linchaolong/apktoolplus/utils/StringUtils.java:5
↓ 24 callersMethodcompactClassName
Shorten long class names, <em>java/lang/String</em> becomes <em>String</em>. @param str The long class name @return Compacted class name
lib.JBE/src/org/apache/bcel/classfile/Utility.java:453
↓ 24 callersMethodgetParent
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResourceMapEntry.java:26
↓ 24 callersMethodgetStatus
Returns one one the VERIFIED_OK, VERIFIED_NOTYET, VERIFIED_REJECTED constants.
lib.JBE/src/org/apache/bcel/verifier/VerificationResult.java:106
↓ 23 callersMethodconstantPoolHyperlink
Construct a hyperlink into the constant pool. @param value the label for the hyperlink source @param comment an oprional label whose t
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:178
↓ 23 callersMethodgetBasicType
@return basic type of array, i.e., for int[][][] the basic type is int
lib.JBE/src/org/apache/bcel/generic/ArrayType.java:129
↓ 23 callersMethodgetClassName
@return Class name.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:363
↓ 23 callersMethodgetInstruction
()
lib.JBE/src/org/apache/bcel/generic/InstructionHandle.java:93
↓ 23 callersMethodgetNameAndTypeIndex
@return Reference (index) to signature of the field.
lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java:124
↓ 23 callersMethodlinkLabel
Create a label with the appearance of a hyperlink. @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:104
next →1–100 of 5,389, ranked by callers