MCPcopy Create free account

hub / github.com/Liubsyy/HotSecondsIDEA / functions

Functions5,712 in github.com/Liubsyy/HotSecondsIDEA

↓ 19 callersMethodswapClasses
(Class original, String swap)
hotswap-core/plugin/hotswap-agent-owb-plugin/src/test/java/org/hotswap/agent/plugin/owb/OwbPluginTest.java:240
↓ 19 callersMethodtoString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Pair.java:38
↓ 19 callersMethodvalues
()
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BdaAgentRegistry.java:52
↓ 19 callersMethodwrite32bit
Writes a 32bit integer at the index.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteArray.java:56
↓ 19 callersMethodwriteUTF
(String s)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:101
↓ 18 callersMethodequals
(Object o)
hotswap-core/plugin/hotswap-agent-owb-plugin/src/main/java/org/hotswap/agent/plugin/owb/command/BeanClassRefreshCommand.java:277
↓ 18 callersMethodequals
Returns true if the given object represents the same annotation as this object. The equality test checks the member values.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/Annotation.java:331
↓ 18 callersMethodgetMethod
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/PluginAnnotation.java:116
↓ 18 callersMethodgetName
(CtClass ctClass)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/CtClassSignature.java:118
↓ 18 callersMethodgetParameterTypes
Returns the <code>CtClass</code> objects representing the parameter types specified by the given descriptor. @param desc descriptor @param cp the c
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:414
↓ 18 callersMethodgetTypeName
Obtains the name of the annotation type. @return the type name
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/Annotation.java:234
↓ 18 callersMethodisDirectory
URI is a directory.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/WatchFileEvent.java:52
↓ 18 callersMethodmakeClass
Creates a new class (or interface) from the given class file. If there already exists a class with the same name, the new class overwrites that previo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:674
↓ 18 callersMethodnext
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMember.java:146
↓ 18 callersMethodtoBytecode
Converts this class to a class file. Once this method is called, further modifications are not possible any more. @return the contents of the class f
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1521
↓ 17 callersMethodaddInvokespecial
Appends INVOKESPECIAL. @param clazz the target class. @param name the method name. @param returnType the return type. @param paramTyp
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:918
↓ 17 callersMethodaddLdc
Appends LDC or LDC_W. The pushed item is a <code>String</code> object. @param s the character string pushed by LDC or LDC_W.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1249
↓ 17 callersMethodaddLoad
Appends an instruction for loading a value from the local variable at the index <code>n</code>. @param n the index. @param type the type
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:740
↓ 17 callersMethodcontainsKey
Returns <code>true</code> if this map contains a mapping for the specified key. @param key The key whose presence in this map is to be tes
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:178
↓ 17 callersMethodgetKey
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/collections/ConcurrentReferenceHashMap.java:727
↓ 17 callersMethodgetValue
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/collections/ConcurrentReferenceHashMap.java:732
↓ 17 callersMethodisEmpty
Determine whether the given array is empty: i.e. {@code null} or of zero length. @param array the array to check @see #isEmpty(Object)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ObjectUtils.java:114
↓ 17 callersMethodlog
(Level level, String message, Throwable throwable, Object... args)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLogger.java:113
↓ 17 callersMethodswapClasses
(Class original, String swap)
hotswap-core/plugin/hotswap-agent-weld-plugin/src/test/java/org/hotswap/agent/plugin/weld/WeldPluginTest.java:230
↓ 16 callersMethodaddItem
(ConstInfo info)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:870
↓ 16 callersMethodaddPutfield
Appends PUTFIELD. @param c the target class. @param name the field name. @param desc the descriptor of the field type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1393
↓ 16 callersMethodclose
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1655
↓ 16 callersMethodequals
(Object o)
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BeanClassRefreshCommand.java:248
↓ 16 callersMethodgetExceptionTable
Returns <code>exception_table</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:188
↓ 16 callersMethodgetMaxStack
Returns <code>max_stack</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:232
↓ 16 callersMethodgetResourceAsStream
(String name)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/classloader/WatchResourcesClassLoader.java:161
↓ 16 callersMethodgetUtf8
Get or assign the index for a CONSTANT_Utf8 entry.
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1819
↓ 16 callersMethodgetUtf8
Get or assign the index for a CONSTANT_Utf8 entry.
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1589
↓ 16 callersMethodinsert
Inserts the given bytecode sequence before the next instruction that would be returned by <code>next()</code> (not before the instruction returned by
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:337
↓ 16 callersMethodmake
(int op, ASTree oprand1, ASTree oprand2)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Expr.java:46
↓ 16 callersMethodremove
(Object paramObject)
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:107
↓ 16 callersMethodsetAccessFlags
Sets access flags. @see AccessFlag
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:276
↓ 16 callersMethodsetType
(CtClass type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/JvstCodeGen.java:685
↓ 15 callersMethodcompile
Compiles a method, constructor, or field declaration to a class. A field declaration can declare only one field. <p>In a method or constructor body,
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:96
↓ 15 callersMethodcontainsVersion
Contains version. @param version the version @return true, if successful
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionRange.java:523
↓ 15 callersMethoddotToSlash
Convert a fully qualified class name that uses '.' as the package separator, the external representation used by the Java language and APIs, to a full
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1499
↓ 15 callersMethoddotToSlash
Convert a fully qualified class name that uses '.' as the package separator, the external representation used by the Java language and APIs, to a full
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1333
↓ 15 callersMethodevalLoad
(Type expected, int index, Frame frame, Subroutine subroutine)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:796
↓ 15 callersMethodevalStore
(Type expected, int index, Frame frame, Subroutine subroutine)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:884
↓ 15 callersMethodexists
Return whether this resource actually exists in physical form. <p> This method performs a definitive existence check, whereas the existence of a {@cod
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/Resource.java:55
↓ 15 callersMethodgetAttribute
Returns the attribute with the specified name. If it is not found, this method returns null. <p>An attribute name can be obtained by, for example, {@
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:329
↓ 15 callersMethodgetCodeLength
Returns <code>code_length</code> of <code>Code_attribute</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:121
↓ 15 callersMethodgetInputStream
Return an {@link InputStream}. <p> It is expected that each call creates a <i>fresh</i> stream. <p> This requirement is particularly important when yo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/InputStreamSource.java:64
↓ 15 callersMethodinit
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/VfsUtils.java:107
↓ 15 callersMethodisDebugEnabled
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLogger.java:170
↓ 15 callersMethodisEmpty
()
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:84
↓ 15 callersMethodlength
Returns the number of the elements in this list.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ASTList.java:101
↓ 15 callersMethodmakeMark
(Map<Integer,Mark> table, int pos)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/BasicBlock.java:191
↓ 15 callersMethodprint
Prints this stack map.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/StackMap.java:518
↓ 15 callersMethodresolve
(BeanManager beanManager, Class<T> beanClass)
hotswap-core/plugin/hotswap-agent-deltaspike-plugin/src/main/java/org/hotswap/agent/plugin/deltaspike/command/RepositoryRefreshAgent.java:100
↓ 15 callersMethodtoString
Returns the string representation.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:644
↓ 14 callersMethodaddIntegerInfo
Adds a new <code>CONSTANT_Integer_info</code> structure. @return the index of the added entry.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:1096
↓ 14 callersMethodaddPutstatic
Appends PUTSTATIC. @param c the target class. @param name the field name. @param desc the descriptor of the field type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1426
↓ 14 callersMethodappendClassPath
Appends a <code>ClassPath</code> object to the end of the search path. @return the appended class path. @see javassist.ClassPath @see javassist.URLCl
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:937
↓ 14 callersMethodcompileStmnt
Compiles a statement (or a block). <code>recordParams()</code> must be called before invoking this method. <p>Local variables that are not declared i
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:572
↓ 14 callersMethodcontainsKey
(Object paramObject)
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:48
↓ 14 callersMethodequals
(Object obj)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/hscglib/GeneratorParams.java:64
↓ 14 callersMethodgetField
Returns the field with the specified name. The returned field may be a private field declared in a super class or interface.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:851
↓ 14 callersMethodgetFieldInfo2
Returns the FieldInfo representing the field in the class file (read only). Normal applications do not need calling this method. Use <code>getFieldIn
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:206
↓ 14 callersMethodgetParent
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/SymbolTable.java:35
↓ 14 callersMethodgetPluginClass
Return plugin class (the plugin to which this annotation belongs - not necessarily declaring class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/PluginAnnotation.java:104
↓ 14 callersMethodgetValue
Get or assign the index for an entry of a type that contains a direct value. The type of the given object determines the type of the desired entry as
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1711
↓ 14 callersMethodinvokeVfsMethod
(Method method, Object target, Object... args)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/VfsUtils.java:140
↓ 14 callersMethodis2WordType
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:71
↓ 14 callersMethodjavaToJvmName
(String classname)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:546
↓ 14 callersMethodmove
Moves to the given index. <p>The index of the next instruction is set to the given index. The successive call to <code>next()</code> returns the inde
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:83
↓ 14 callersMethodrecordParams
Makes variables $0 (this), $1, $2, ..., and $args represent method parameters. $args represents an array of all the parameters. It also makes $$ avai
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:336
↓ 14 callersMethodset
Convenience wrapper to reflection field access API. Set field value and hide checked exceptions. @param target object to get field value (or null
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/ReflectionHelper.java:206
↓ 14 callersMethodsetType
(String typeName, ClassPool cp)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:291
↓ 14 callersMethodsplit
Split a {@code String} at the first occurrence of the delimiter. Does not include the delimiter in the result. @param toSplit the string t
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/StringUtils.java:1038
↓ 14 callersMethodtoString
Returns a human-readable representation of the given descriptor. For example, <code>Ljava/lang/Object;</code> is converted into <code>java.lang.Objec
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:716
↓ 14 callersMethodwaitForCommand
Wait for custom command to return true. Default timeout 1000ms. @param command wait for "true" @return true if command returned true during command
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/test/WaitHelper.java:73
↓ 13 callersMethodaccept
(Visitor v)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Stmnt.java:52
↓ 13 callersMethodcast
(WatchEvent<?> event)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/nio/AbstractNIO2Watcher.java:88
↓ 13 callersMethodcopy
Makes a copy. Class names are replaced according to the given <code>Map</code> object. @param newCp the constant pool table used by the new copy
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AttributeInfo.java:188
↓ 13 callersMethoddoit
(JvstCodeGen gen, Bytecode b, ASTList args)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ProceedHandler.java:28
↓ 13 callersMethodfind
Returns the uniform resource locator (URL) of the class file with the specified name. @param classname a fully-qualified class name. @return
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPath.java:60
↓ 13 callersMethodgetClassFile
Returns a class file for this class. <p>This method is not available if <code>isFrozen()</code> is true.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:231
↓ 13 callersMethodgetClassName
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/NewExpr.java:61
↓ 13 callersMethodgetConstPool
Returns a constant pool table.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:309
↓ 13 callersMethodgetDeclaredMethods
Gets all methods declared in the class. The inherited methods are not included. @see javassist.CtMethod
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1008
↓ 13 callersMethodgetField
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Member.java:39
↓ 13 callersMethodgetReturnType
Obtains the type of the returned value.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMethod.java:231
↓ 13 callersMethodis2word
(int type, int dim)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:128
↓ 13 callersMethodisArray
Determine whether the given object is an array: either an Object array or a primitive array. @param obj the object to check
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ObjectUtils.java:102
↓ 13 callersMethodisEmpty
Return {@code true} if the supplied Collection is {@code null} or empty. Otherwise, return {@code false}. @param collection the Collection
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/CollectionUtils.java:54
↓ 13 callersMethodlookupClass
(Declarator decl)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:332
↓ 13 callersMethodnewArtifactVersion
(String version)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/DefaultArtifactVersionTest.java:29
↓ 13 callersMethodparseArrayDimension
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Parser.java:980
↓ 13 callersMethodstart
Is invoked by a <code>Loader</code> for initialization when the object is attached to the <code>Loader</code> object. This method can be used for gett
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Translator.java:43
↓ 13 callersMethodtoJvmName
Converts a class name into the internal representation used in the JVM. <p>Note that <code>toJvmName(toJvmName(s))</code> is equivalent to <code>toJv
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:39
↓ 13 callersMethodungetc
(int c)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Lex.java:506
↓ 12 callersMethodaddMethodrefInfo
Adds a new <code>CONSTANT_Methodref_info</code> structure. <p>This also adds a new <code>CONSTANT_NameAndType_info</code> structure. @param classInf
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:1018
↓ 12 callersMethodannotationToString
(Object[] a)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/ClassSignatureBase.java:72
↓ 12 callersMethodget
Obtain the Type for a given class. If the class is a primitive, the the unique type instance for the primitive will be returned. Otherwise a new Type
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:124
← previousnext →201–300 of 5,712, ranked by callers