MCPcopy Create free account

hub / github.com/Liubsyy/HotSecondsIDEA / functions

Functions5,712 in github.com/Liubsyy/HotSecondsIDEA

↓ 35 callersMethodisAssignableFrom
Determines whether this type is assignable, to the passed type. A type is assignable to another if it is either the same type, or a sub-type. @param
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:247
↓ 35 callersMethodwriteInt
(int i)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:69
↓ 34 callersMethodgetAttribute
Returns the attribute with the specified name. If there are multiple attributes with that name, this method returns either of them. It returns null
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:744
↓ 34 callersMethodgetDeclaredField
Retrieves the field with the specified name among the fields declared in the class. <p>Note: this method does not search the super classes.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:889
↓ 34 callersMethodgetMethod
(Object a, String methodName)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddMethodProxyTest.java:182
↓ 34 callersMethodgetType
Gets the type. @return the type
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ComparableVersion.java:107
↓ 34 callersMethodhasElement
Check if given signature element is set. @param element @return true, if has given element
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/ClassSignatureBase.java:68
↓ 34 callersMethodloadClass
Requests the class loader to load a class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Loader.java:340
↓ 33 callersMethodaddMethod
Adds a method.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1093
↓ 33 callersMethodgetDeclaringClass
If this class is a member class or interface of another class, then the class enclosing this class is returned. @return null if this class is a top-l
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:777
↓ 33 callersMethodpush
Alters the stack by placing the passed type on the top @param type the type to add to the top
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Frame.java:140
↓ 33 callersMethodtoURI
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first. <p> Furthermore, this method works on JDK 1.4 as well, in con
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ResourceUtils.java:358
↓ 32 callersMethodgetClassFile2
Returns a class file for this class (read only). Normal applications do not need calling this method. Use <code>getClassFile()</code>. <p>The <code>
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:254
↓ 32 callersMethodgetCodeAttribute
Returns a Code attribute. @return a Code attribute or null if it is not specified.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:374
↓ 32 callersMethodgetProperty
Get configuration property value @param property property name @return the property value or null if not defined
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/PluginConfiguration.java:225
↓ 31 callersMethodrestrict
Creates and returns a new <code>VersionRange</code> that is a restriction of this version range and the specified version range. <p> Note: Precedence
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionRange.java:288
↓ 31 callersMethodwrite16bit
Writes an 16bit value at the offset from the beginning of the bytecode sequence.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:370
↓ 30 callersMethodaddIconst
Appends ICONST or ICONST_&lt;n&gt; @param n the pushed integer constant.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:505
↓ 30 callersMethodgetOperator
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Expr.java:54
↓ 30 callersMethodgetURI
URI to file or directory with the event @return URI
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/WatchFileEvent.java:42
↓ 30 callersMethodnewInstance
Creates a new instance of the class. @param args the arguments passed to the constructor.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/reflect/ClassMetaobject.java:135
↓ 29 callersMethodclear
()
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:43
↓ 29 callersMethodcontains
(String archivePath)
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/command/BdaAgentRegistry.java:40
↓ 29 callersMethodgetClassPool
Returns a <code>ClassPool</code> for this class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:223
↓ 28 callersMethodcheckVersionParsing
(String version, int major, int minor, int incremental, int buildnumber, String qualifier)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/DefaultArtifactVersionTest.java:33
↓ 28 callersMethodcompareTo
Compare to. @param item the item @return the int
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ComparableVersion.java:100
↓ 28 callersMethodforName
Replacement for {@code Class.forName()} that also returns Class instances for primitives (e.g. "int") and array class names (e.g. "String[]"). Further
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ClassUtils.java:215
↓ 28 callersMethodremove
(CodeGen gen)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:95
↓ 28 callersMethodtoString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/CollectionUtils.java:566
↓ 27 callersMethodcheckVersionsOrder
(String[] versions)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/ComparableVersionTest.java:47
↓ 27 callersMethodfindMethod
Attempt to find a {@link Method} on the supplied class with the supplied name and no parameters. Searches all superclasses up to {@code Object}. <p> R
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ReflectionUtils.java:178
↓ 27 callersMethodgetConstPool
Gets a constant pool table.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:183
↓ 27 callersMethodgetContextClassLoader
Obtains a class loader that seems appropriate to look up a class by name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:1069
↓ 27 callersMethodgetFile
Return a File handle for this resource. @throws IOException if the resource cannot be resolved as absolute file path, i.e. if
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/Resource.java:104
↓ 27 callersMethodgetName
Returns the class name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:381
↓ 27 callersMethodinsertBefore
Inserts bytecode at the beginning of the catch clause. The caught exception is stored in <code>$1</code>. @param src the source code representi
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/expr/Handler.java:122
↓ 27 callersMethodread32bit
Reads a 32bit integer at the index.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteArray.java:48
↓ 26 callersMethodevalBinaryMath
(Type expected, Frame frame)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:696
↓ 26 callersMethodgetDefault
Returns the default class pool. The returned object is always identical since this method is a singleton factory. <p>The default class pool searches
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:198
↓ 26 callersMethodgetInstance
Get the singleton instance of the plugin manager.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/PluginManager.java:57
↓ 25 callersMethodgetBeanInstance
(Class<T> beanClass)
hotswap-core/plugin/hotswap-agent-owb-plugin/src/test/java/org/hotswap/agent/plugin/owb/OwbPluginTest.java:59
↓ 25 callersMethodgetClassPool
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:51
↓ 25 callersMethodgetInterfaces
Obtains the class objects representing the interfaces implemented by the class or, if this object represents an interface, the interfaces extended by
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:745
↓ 25 callersMethodgetc
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Lex.java:522
↓ 25 callersMethodgrowStack
Increases the current stack depth. It also updates <code>max_stack</code> if the current stack depth is the deepest so far. @param diff the numb
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:432
↓ 25 callersMethodprint
(PrintWriter out)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:2000
↓ 25 callersMethodtoString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/web/BadHttpRequest.java:31
↓ 25 callersMethodtoString
This implementation returns the description of this resource. @see #getDescription()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/AbstractResource.java:187
↓ 24 callersMethodaccept
Is a method for the visitor pattern. It calls <code>atXXX()</code> on the given visitor, where <code>XXX</code> is the class name of the node object.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ASTree.java:45
↓ 24 callersMethodgetBeanInstance
(Class<T> beanClass)
hotswap-core/plugin/hotswap-agent-weld-plugin/src/test/java/org/hotswap/agent/plugin/weld/WeldPluginTest.java:61
↓ 24 callersMethodgetCause
Gets the cause of this throwable. It is for JDK 1.3 compatibility.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CannotCompileException.java:33
↓ 24 callersMethodgetDeclaringClass
Returns the name of the class declaring the method including this code attribute.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:224
↓ 24 callersMethodgetMaxLocals
Returns <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:258
↓ 24 callersMethodgetValue
Gets the value. @param name the name @return the value
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ManifestInfo.java:81
↓ 24 callersMethodhasAnnotation
(Class clazz, String annotationClass)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/AnnotationHelper.java:30
↓ 24 callersMethodsimplePush
(Type type, Frame frame)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:990
↓ 23 callersMethodaddField
Adds a field. <p>The <code>CtField</code> belonging to another <code>CtClass</code> cannot be directly added to this class. Only a field created for
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1116
↓ 23 callersMethodgetBean
Returns an existing bean instance or retrieves and stores new bean from the Spring BeanFactory @return Bean this instance holds @throws IllegalAccess
hotswap-core/plugin/hotswap-agent-spring-plugin/src/main/java/org/hotswap/agent/plugin/spring/getbean/DetachableBeanHolder.java:122
↓ 23 callersMethodgetName
Obtains the name of this class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/reflect/ClassMetaobject.java:119
↓ 23 callersMethodgetResource
Return a Resource handle for the specified resource. The handle should always be a reusable resource descriptor, allowing for multiple {@link Resource
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/loader/ResourceLoader.java:75
↓ 23 callersMethodgetSimpleName
Obtains the not-qualified class name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:360
↓ 23 callersMethodsetCodeAttribute
Adds a Code attribute. <p> The added attribute must share the same constant pool table as this <code>method_info</code> structure.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:415
↓ 22 callersMethodaddInvokestatic
Appends INVOKESTATIC. @param clazz the target class. @param name the method name @param returnType the return type. @param paramTypes
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1018
↓ 22 callersMethodclose
Close the class pool
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/ScopedClassPool.java:120
↓ 22 callersMethodgetModifiers
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/FieldDecl.java:29
↓ 22 callersMethodkeySet
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:264
↓ 22 callersMethodtoCodeAttribute
Converts to a <code>CodeAttribute</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:193
↓ 21 callersMethodaddAstore
Appends ASTORE or (WIDE) ASTORE_&lt;n&gt; @param n an index into the local variable array.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:486
↓ 21 callersMethodgetBeanManager
()
hotswap-core/plugin/hotswap-agent-owb-plugin/src/test/java/org/hotswap/agent/plugin/owb/HAAbstractUnitTest.java:102
↓ 21 callersMethodgetClass
Get or assign the index for a CONSTANT_Class entry.
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1843
↓ 21 callersMethodgetJavaClassSignature
(Class<?> clazz, ClassSignatureElement[] signatureElements)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/ClassSignatureComparerHelper.java:42
↓ 21 callersMethodgetMembers
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:988
↓ 21 callersMethodmake
Compiles the given source code and creates a method. The source code must include not only the method body but the whole declaration, for example, <p
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtNewMethod.java:47
↓ 21 callersMethodparseExpression
(SymbolTable tbl)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Parser.java:714
↓ 21 callersMethodread
Reads a signed 8bit value at the offset from the beginning of the bytecode sequence. @throws ArrayIndexOutOfBoundsException if offset is invalid.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:330
↓ 21 callersMethodsetModifiers
Sets the modifiers. <p>If the class is a nested class, this method also modifies the class declaring that nested class (i.e. the enclosing class is m
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:687
↓ 21 callersMethodvalues
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:279
↓ 20 callersMethodentrySet
Returns a set of the mappings contained in this hash table.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:59
↓ 20 callersMethodget
Return an existing instance of a certain contextual type or a null value. @param <T> the type of the contextual type @param contextual the contextual
hotswap-core/plugin/hotswap-agent-weld-plugin/src/main/java/org/hotswap/agent/plugin/weld/beans/WeldHotswapContext.java:64
↓ 20 callersMethodgetPath
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/WatchEventDTO.java:92
↓ 20 callersMethodhasText
Check whether the given {@code CharSequence} contains actual <em>text</em>. <p> More specifically, this method returns {@code true} if the {@code Char
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/StringUtils.java:158
↓ 20 callersMethodmatches
Return a version match result. When an implementation is unable to decide then a<code>VersionMatchResult.SKIPPED</code> should be returned so the next
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionMatcher.java:47
↓ 20 callersMethodput
(K key, List<V> value)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/CollectionUtils.java:518
↓ 20 callersMethodrename
Substitutes a class name in the given descriptor string. @param desc descriptor string @param oldname replaced JVM class name @param newname subst
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:156
↓ 20 callersMethodwrite16bit
(int value)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/AnnotationsWriter.java:350
↓ 19 callersMethodaddMethod
Appends a method to the class. If there is a bridge method with the same name and signature, then the bridge method is removed before a new method is
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:659
↓ 19 callersMethodcheckModify
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:314
↓ 19 callersMethoddataSize
Computes the data size specified by the given descriptor. For example, if the descriptor is "D", this method returns 2. <p>If the descriptor represen
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:650
↓ 19 callersMethodget
Reads a class file from the source and returns a reference to the <code>CtClass</code> object representing that class file. If that class file has be
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:414
↓ 19 callersMethodgetAccessFlags
Returns access flags. @see javassist.bytecode.AccessFlag
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:339
↓ 19 callersMethodgetClassName
Get renamed class name. @return
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/TestClassAdapter.java:86
↓ 19 callersMethodgetDeclaredConstructors
Gets all the constructors declared in the class. @see javassist.CtConstructor
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:945
↓ 19 callersMethodgetLeft
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Pair.java:49
↓ 19 callersMethodgetURL
Return a URL handle for this resource. @throws IOException if the resource cannot be resolved as URL, i.e. if the resource is
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/Resource.java:86
↓ 19 callersMethodhasLength
Check that the given {@code CharSequence} is neither {@code null} nor of length 0. <p> Note: this method returns {@code true} for a {@code CharSequenc
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/StringUtils.java:113
↓ 19 callersMethodhello
()
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/testBeans/BeanService.java:25
↓ 19 callersMethodisArray
Returns whether or not this type is an array. @return true if an array, false if not
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:194
↓ 19 callersMethodisAssignableFrom
@param ex2 @param ex @return
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1697
↓ 19 callersMethodisPrivate
Returns true if the modifiers include the <code>private</code> modifier.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:60
↓ 19 callersMethodisPublic
Returns true if the modifiers include the <code>public</code> modifier.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:52
← previousnext →101–200 of 5,712, ranked by callers