Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liubsyy/HotSecondsIDEA
/ functions
Functions
5,712 in github.com/Liubsyy/HotSecondsIDEA
⨍
Functions
5,712
◇
Types & classes
903
↓ 9 callers
Method
getPath
Return the file path for this resource.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/PathResource.java:101
↓ 9 callers
Method
getPlugin
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/PluginAnnotation.java:108
↓ 9 callers
Method
getReflectiveMethods
Returns an array of the methods defined on the given reflective object. This method is for the internal use only.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/tools/reflect/ClassMetaobject.java:253
↓ 9 callers
Method
getSuperclass
Returns the super class name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:396
↓ 9 callers
Method
getWebBeansContext
()
hotswap-core/plugin/hotswap-agent-owb-plugin/src/test/java/org/hotswap/agent/plugin/owb/HAAbstractUnitTest.java:97
↓ 9 callers
Method
isClassLoaded
Check if the class was already loaded by the classloader. It does not try to load the class (opposite to Class.forName()). @param classLoader classLo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/classloader/ClassLoaderHelper.java:52
↓ 9 callers
Method
isEmpty
Returns true if the method body is empty, that is, <code>{}</code>. It also returns true if the method is an abstract method.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMethod.java:239
↓ 9 callers
Method
keySet
()
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:89
↓ 9 callers
Method
lastMethod
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMember.java:74
↓ 9 callers
Method
make
(int size)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:38
↓ 9 callers
Method
methodHead
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMember.java:73
↓ 9 callers
Method
ofMethod
Returns the descriptor representing a method that receives the given parameter types and returns the given type. @param returnType return type @param
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:286
↓ 9 callers
Method
parseStatement
(SymbolTable tbl)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Parser.java:256
↓ 9 callers
Method
recordLocalVariables
Records local variables available at the specified program counter. If the LocalVariableAttribute is not available, this method does not record any lo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:275
↓ 9 callers
Method
recordProceed
Prepares to use $proceed(). If the return type of $proceed() is void, null is pushed on the stack. @param target an expression specifying the targ
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:437
↓ 9 callers
Method
setLeft
(ASTree _left)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Pair.java:55
↓ 9 callers
Method
swapClasses
(Class<?> original, Class<?> swap)
hotswap-core/plugin/hotswap-agent-spring-plugin/src/test/java/org/hotswap/agent/plugin/spring/SpringPluginTest.java:179
↓ 9 callers
Method
toString
()
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/ReloadJavaProxyCommand.java:101
↓ 9 callers
Method
toString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:583
↓ 8 callers
Method
add
(CtClass primitiveClass)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1750
↓ 8 callers
Method
add
(Class<?> primitiveClass, Class<?> wrapperClass)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1535
↓ 8 callers
Method
addFieldrefInfo
Adds a new <code>CONSTANT_Fieldref_info</code> structure. <p>This also adds a new <code>CONSTANT_NameAndType_info</code> structure. @param classInfo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:986
↓ 8 callers
Method
addGetstatic
Appends GETSTATIC. @param c the class @param name the field name @param type the descriptor of the field type. @see Descriptor#of(
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:887
↓ 8 callers
Method
addNullIfVoid
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/JvstCodeGen.java:82
↓ 8 callers
Method
appendSystemPath
Appends the system search path to the end of the search path. The system search path usually includes the platform library, extension libraries, and
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:911
↓ 8 callers
Method
atMethodArgs
(ASTList args, int[] types, int[] dims, String[] cnames)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/TypeChecker.java:789
↓ 8 callers
Method
badType
(Expr expr)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1592
↓ 8 callers
Method
checkNotFrozen
(String classname)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:572
↓ 8 callers
Method
cleanPath
Normalize the path by suppressing sequences like "path/.." and inner simple dots. <p> The result is convenient for path comparison. For other uses, no
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/StringUtils.java:705
↓ 8 callers
Method
clear
Clears a specified bit in <code>mod</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:214
↓ 8 callers
Method
code_aload
(int lvar, DataOutputStream out)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1373
↓ 8 callers
Method
code_aload
(int lvar, DataOutputStream out)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1223
↓ 8 callers
Method
concat
Concatenates two lists.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/ASTList.java:156
↓ 8 callers
Method
copy
Creates a copy of a method. This method is provided for creating a new method based on an existing method. This is a convenience method for calling {
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtNewMethod.java:166
↓ 8 callers
Method
equals
(Object o)
hotswap-core/plugin/hotswap-agent-spring-plugin/src/main/java/org/hotswap/agent/plugin/spring/scanner/XmlBeanRefreshCommand.java:77
↓ 8 callers
Method
getCallerClass
Since Java 9 abruptly removed <code>Reflection.getCallerClass()</code> in favour of <code>StackWalker</code> we are left having to find a solution for
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/util/proxy/SecurityActions.java:53
↓ 8 callers
Method
getClassSignature
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfo.java:152
↓ 8 callers
Method
getComponentType
If this object represents an array, this method returns the component type of the array. Otherwise, it returns <code>null</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:339
↓ 8 callers
Method
getDeclaredFields
Gets all the fields declared in the class. The inherited fields are not included. <p>Note: the result does not include inherited fields.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:881
↓ 8 callers
Method
getDeclaredMethods
This variant retrieves {@link Class#getDeclaredMethods()} from a local cache in order to avoid the JVM's SecurityManager check and defensive array cop
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ReflectionUtils.java:690
↓ 8 callers
Method
getDescriptor
Returns a method descriptor. @see Descriptor
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:285
↓ 8 callers
Method
getExceptionTable
Returns <code>exception_table[]</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:298
↓ 8 callers
Method
getExceptionTypes
Obtains exceptions that this method/constructor may throw. @return a zero-length array if there is no throws clause.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtBehavior.java:392
↓ 8 callers
Method
getExceptionsAttribute
Returns an Exceptions attribute. @return an Exceptions attribute or null if it is not specified.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:363
↓ 8 callers
Method
getIntegerInfo
Reads <code>CONSTANT_Integer_info</code> structure at the given index. @return the value specified by this entry.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:605
↓ 8 callers
Method
getInterfaces
Returns the names of the interfaces implemented by the class. The returned array is read only.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:529
↓ 8 callers
Method
getLength
Returns the length of the given pattern, where template variables are considered to be 1 long.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/AntPathMatcher.java:925
↓ 8 callers
Method
getMethod
Determine whether the given class has a public method with the given signature, and return it if available (else throws an {@code IllegalStateExceptio
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ClassUtils.java:673
↓ 8 callers
Method
getSignature
Returns the generic signature indicated by <code>signature_index</code>. @see #toClassSignature(String) @see #toMethodSignature(String) @see #toField
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:65
↓ 8 callers
Method
isAbstract
Returns true if the modifiers include the <code>abstract</code> modifier.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:160
↓ 8 callers
Method
isNullType
Returns false if getName() returns a valid type name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/stackmap/TypeData.java:76
↓ 8 callers
Method
make
Compiles the given source code and creates a method. This method simply delegates to <code>make()</code> in <code>CtNewMethod</code>. See it for more
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMethod.java:137
↓ 8 callers
Method
matches
Determine whether the given field matches. @param field the field to check
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ReflectionUtils.java:889
↓ 8 callers
Method
merge
(IntQueue queue, Frame frame, int target)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Analyzer.java:275
↓ 8 callers
Method
openConnection
(final URL u)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ByteArrayClassPath.java:101
↓ 8 callers
Method
print
Prints all the methods declared in the given class.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/FramePrinter.java:51
↓ 8 callers
Method
put
(K key, List<V> value)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/collections/LinkedMultiValueMap.java:147
↓ 8 callers
Method
redefineClasses
(Map<Class<?>, byte[]> classes)
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/Redefiner.java:37
↓ 8 callers
Method
reload
Do the reload using Log4j2 configurator. @param uri the configuration file uri
hotswap-core/plugin/hotswap-agent-log4j2-plugin/src/main/java/org/hotswap/agent/plugin/log4j2/Log4j2Plugin.java:121
↓ 8 callers
Method
renameClass
(String oldname, String newname)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AttributeInfo.java:260
↓ 8 callers
Method
setLocal
Sets the local variable table entry at index to a type. @param index the position in the table @param type the type to set at the position
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Frame.java:58
↓ 8 callers
Method
size
Returns <code>exception_table_length</code>, which is the number of entries in the <code>exception_table[]</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ExceptionTable.java:88
↓ 8 callers
Method
startContext
(Class<? extends Annotation> scopeType)
hotswap-core/plugin/hotswap-agent-owb-plugin/src/test/java/org/hotswap/agent/plugin/owb/HAAbstractUnitTest.java:137
↓ 8 callers
Method
subtypeOf
Returns <code>true</code> if this class extends or implements <code>clazz</code>. It also returns <code>true</code> if this class is the same as <cod
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:348
↓ 8 callers
Method
swapClasses
Swap class definition from another class file. <p/> This is mainly useful for unit testing - declare multiple version of a class and then hotswap defi
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/hotswapper/HotSwapper.java:46
↓ 8 callers
Method
toClass
Converts this class to a <code>java.lang.Class</code> object. Once this method is called, further modifications are not allowed any more. To load the
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1303
↓ 8 callers
Method
value
Returns the value of the counter.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/runtime/Cflow.java:53
↓ 8 callers
Method
visit
Visit the file. @param file the file @throws IOException IO exception while working with the file stream.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/scanner/ScannerVisitor.java:36
↓ 8 callers
Method
write16
(int value)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/StackMapTable.java:700
↓ 7 callers
Method
addAnewarray
Appends ANEWARRAY. @param classname the qualified class name of the element type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1310
↓ 7 callers
Method
addAttribute
Appends an attribute. If there is already an attribute with the same name, the new one substitutes for it. @see #getAttributes()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:350
↓ 7 callers
Method
addCheckcast
Appends CHECKCAST. @param c the type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:821
↓ 7 callers
Method
addDoubleInfo
Adds a new <code>CONSTANT_Double_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:1133
↓ 7 callers
Method
addField
Appends a field to the class. @throws DuplicateMemberException when the field is already included.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:597
↓ 7 callers
Method
addFloatInfo
Adds a new <code>CONSTANT_Float_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:1107
↓ 7 callers
Method
addLconst
Appends LCONST or LCONST_<n> @param n the pushed long integer constant.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:587
↓ 7 callers
Method
addReturn
Appends ARETURN, IRETURN, .., or RETURN. @param type the return type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1457
↓ 7 callers
Method
assertVersionEqual
(String left, String right)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/DefaultArtifactVersionTest.java:194
↓ 7 callers
Method
badTypes
(Expr expr)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1316
↓ 7 callers
Method
checkTarget
(int opIndex, int target, int codeLength, int[] stack, int stackDepth)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAnalyzer.java:190
↓ 7 callers
Method
compareTo
(ComparableVersion o)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ComparableVersion.java:510
↓ 7 callers
Method
detach
Removes this <code>CtClass</code> object from the <code>ClassPool</code>. After this method is called, any method cannot be called on the removed <cod
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1429
↓ 7 callers
Method
elementAt
(int i)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/LongVector.java:41
↓ 7 callers
Method
equals
(Object o)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/ScheduledHotswapCommand.java:33
↓ 7 callers
Method
getAttribute
Returns the attribute with the specified name. If it is not found, this method returns null. @param name attribute name @return an <cod
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:317
↓ 7 callers
Method
getClassName
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfo.java:148
↓ 7 callers
Method
getComponentType
Returns the component type.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:862
↓ 7 callers
Method
getConstructor
Returns the constructor with the given signature, which is represented by a character string called method descriptor. For details of the method descr
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:934
↓ 7 callers
Method
getCtClassSignature
(CtClass ctClass, ClassSignatureElement[] signatureElements)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/ClassSignatureComparerHelper.java:36
↓ 7 callers
Method
getDeclarator
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Variable.java:34
↓ 7 callers
Method
getDescriptor
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:1072
↓ 7 callers
Method
getFieldrefClassName
Reads the <code>class_index</code> field of the <code>CONSTANT_Fieldref_info</code> structure at the given index. @return the name of the class at th
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:362
↓ 7 callers
Method
getMessage
Return the detail message, including the message from the nested exception if there is one.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/NestedIOException.java:80
↓ 7 callers
Method
getName
Obtains the name of the member. <p>As for constructor names, see <code>getName()</code> in <code>CtConstructor</code>. @see CtConstructor#getName()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMember.java:289
↓ 7 callers
Method
getOprand
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/CastExpr.java:51
↓ 7 callers
Method
getPathMatcher
Return the PathMatcher that this resource pattern resolver uses.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/PathMatchingResourcePatternResolver.java:283
↓ 7 callers
Method
getPluginConfiguration
(ClassLoader classLoader)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/PluginManager.java:213
↓ 7 callers
Method
getSelectedVersion
Gets the selected version. @return the selected version
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionRange.java:445
↓ 7 callers
Method
getStack
Returns the type on the stack at the specified index. @param index the position on the stack @return the type of the stack position
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Frame.java:69
↓ 7 callers
Method
getSuperclass
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:811
← previous
next →
401–500 of 5,712, ranked by callers