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
↓ 12 callers
Method
getAttributes
Returns all the attributes. The returned <code>List</code> object is shared with this object. If you add a new attribute to the list, the attribute
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:727
↓ 12 callers
Method
getDescription
Return a description for this resource, to be used for error output when working with the resource. <p> Implementations are also encouraged to return
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/io/resource/Resource.java:152
↓ 12 callers
Method
getEventType
@return type of the event
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/WatchFileEvent.java:35
↓ 12 callers
Method
getMaxLocals
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:132
↓ 12 callers
Method
getMaxStack
Gets <code>max_stack</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:215
↓ 12 callers
Method
getMethodName
Returns the name of the called method.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/expr/MethodCall.java:119
↓ 12 callers
Method
getMethodRef
Get or assign the index for a CONSTANT_MethodRef entry.
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/CtClassJavaProxyGenerator.java:1870
↓ 12 callers
Method
getMethodRef
Get or assign the index for a CONSTANT_MethodRef entry.
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/main/java/org/hotswap/agent/plugin/proxy/java/ProxyGenerator.java:1638
↓ 12 callers
Method
getName
Returns the name of the field.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:220
↓ 12 callers
Method
getName
(Class<?> ctClass)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/JavaClassSignature.java:165
↓ 12 callers
Method
getPluginRegistry
Returns the plugin registry service.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/PluginManager.java:229
↓ 12 callers
Method
getReturnType
Returns the <code>CtClass</code> object representing the return type specified by the given descriptor. @param desc descriptor @param cp the class
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:465
↓ 12 callers
Method
getRight
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Pair.java:52
↓ 12 callers
Method
getType
(String name)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:940
↓ 12 callers
Method
getValue
Returns the value. If the value type is a primitive type, the returned value is boxed.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/MemberValue.java:46
↓ 12 callers
Method
isRefType
(int type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1326
↓ 12 callers
Method
pop
Alters the stack to contain one less element and return it. @return the element popped from the stack
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Frame.java:129
↓ 12 callers
Method
processQueue
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:79
↓ 12 callers
Method
rebuildStackMapIf6
Rebuilds a stack map table if the class file is for Java 6 or later. Java 5 or older Java VMs do not recognize a stack map table. If <code>doPreveri
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:436
↓ 12 callers
Method
remove
Removes the entry at the specified position in the table. @param index the index of the removed entry.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ExceptionTable.java:219
↓ 12 callers
Method
setMaxLocals
Sets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:265
↓ 12 callers
Method
setMaxStack
Sets <code>max_stack</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:239
↓ 12 callers
Method
toCtClass
Returns a <code>CtClass</code> object representing the type specified by the given descriptor. <p>This method works even if the package-class separat
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Descriptor.java:520
↓ 12 callers
Method
toString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/hotswapper/HotswapperPlugin.java:115
↓ 11 callers
Method
addUtf8Info
Adds a new <code>CONSTANT_Utf8_info</code> structure. @return the index of the added entry.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFileWriter.java:777
↓ 11 callers
Method
checkInvalidRange
(String version)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/VersionRangeTest.java:675
↓ 11 callers
Method
descToType
(char c)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:554
↓ 11 callers
Method
encode
Returns the encoded string representing the object type signature.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:663
↓ 11 callers
Method
eq
(CtClass one, CtClass two)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:579
↓ 11 callers
Method
equals
(Object o)
hotswap-core/plugin/hotswap-agent-deltaspike-plugin/src/main/java/org/hotswap/agent/plugin/deltaspike/jsf/ViewConfigReloadCommand.java:65
↓ 11 callers
Method
fatal
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:124
↓ 11 callers
Method
flush
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1649
↓ 11 callers
Method
getDeclaredConstructor
Returns a constructor receiving the specified parameters. @param params parameter types.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:954
↓ 11 callers
Method
getMethods
Returns all the methods declared in the class. @return a list of <code>MethodInfo</code>. @see MethodInfo
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:627
↓ 11 callers
Method
getName
Returns a method name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:217
↓ 11 callers
Method
name
Returns the value of <code>name_index</code> of the i-th element of <code>parameters</code>. @param i the position of the parameter.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodParametersAttribute.java:55
↓ 11 callers
Method
nullSafeEquals
Determine if the given objects are equal, returning {@code true} if both are {@code null} or {@code false} if only one is {@code null}. <p> Compares a
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/ObjectUtils.java:327
↓ 11 callers
Method
of
Converts a javassist.Modifier into a javassist.bytecode.AccessFlag. @param modifier javassist.Modifier
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AccessFlag.java:122
↓ 11 callers
Method
replace
Replace all occurrences of a substring within a string with another string. @param inString {@code String} to examine @param oldPattern
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/util/StringUtils.java:457
↓ 11 callers
Method
toByteArray
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:178
↓ 11 callers
Method
typePrecedence
(int type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1330
↓ 10 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/ClassFile.java:768
↓ 10 callers
Method
addEventListener
Register listeners on an event. @param classLoader the classloader to which this path is associated. May be null, but then this li
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/Watcher.java:38
↓ 10 callers
Method
addNameAndTypeInfo
Adds a new <code>CONSTANT_NameAndType_info</code> structure. <p>This also adds <code>CONSTANT_Utf8_info</code> structures. @param name <code>na
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:956
↓ 10 callers
Method
constValueIndex
Writes <code>tag</code> and <code>const_value_index</code> in <code>element_value</code>. @param value the constant value.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/annotation/AnnotationsWriter.java:175
↓ 10 callers
Method
defineClass
(String name, byte[] b, int off, int len, Class<?> neighbor, ClassLoader l
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/util/proxy/DefineClassHelper.java:136
↓ 10 callers
Method
entrySet
()
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:58
↓ 10 callers
Method
get
Returns the produced bytecode sequence.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:208
↓ 10 callers
Method
getAnnotation
Returns the annotation if the class has the specified annotation type. For example, if an annotation <code>@Author</code> is associated with this clas
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:619
↓ 10 callers
Method
getArrayDim
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/CastExpr.java:47
↓ 10 callers
Method
getAttribute
Returns the attribute with the specified name. It returns null if the specified attribute is not found. <p>An attribute name can be obtained by, for
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/FieldInfo.java:242
↓ 10 callers
Method
getClassPoolInfos
(Class clazz)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousClassInfosTest.java:93
↓ 10 callers
Method
getDeclaredMethods
(final Class<?> clazz)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/util/proxy/SecurityActions.java:57
↓ 10 callers
Method
getFieldrefType
Reads the <code>descriptor_index</code> field of the <code>CONSTANT_NameAndType_info</code> structure indirectly specified by the given index. @param
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:408
↓ 10 callers
Method
getInvocationCount
()
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:124
↓ 10 callers
Method
getLocal
Returns the local varaible table entry at index. @param index the position in the table @return the type if one exists, or null if the position is em
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Frame.java:48
↓ 10 callers
Method
getMethodSignature
(StringBuilder methodsSignature, Method m)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfo.java:84
↓ 10 callers
Method
getMethodrefType
Reads the <code>descriptor_index</code> field of the <code>CONSTANT_NameAndType_info</code> structure indirectly specified by the given index. @param
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:484
↓ 10 callers
Method
getMethods
Returns an array containing <code>CtMethod</code> objects representing all the non-private methods of the class. That array includes non-private metho
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:980
↓ 10 callers
Method
getModifiers
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:443
↓ 10 callers
Method
getModifiers
Returns the encoded modifiers of the field. @see Modifier
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:238
↓ 10 callers
Method
getResources
Resolve the given location pattern into Resource objects. <p> Overlapping resource entries that point to the same physical resource should be avoided,
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/spring/path/ResourcePatternResolver.java:91
↓ 10 callers
Method
getString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Lex.java:88
↓ 10 callers
Method
insertGapAt
Inserts an inclusive or exclusive gap in front of the instruction at the given index <code>pos</code>. Branch offsets and the exception table in the m
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:613
↓ 10 callers
Method
instrument
Applies the given converter to all methods and constructors declared in the class. This method calls <code>instrument()</code> on every <code>CtMetho
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1249
↓ 10 callers
Method
isEmpty
Checks if is empty. @return true, if is empty
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/ManifestInfo.java:71
↓ 10 callers
Method
isFinal
Returns true if the modifiers include the <code>final</code> modifier.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:92
↓ 10 callers
Method
isInterface
Determines whether this object represents a class or an interface. It returns <code>true</code> if this object represents an interface.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:549
↓ 10 callers
Method
isInterface
Returns true if this is an interface.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:316
↓ 10 callers
Method
isLevelEnabled
(Level level)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLogger.java:88
↓ 10 callers
Method
jvmToJavaName
(String classname)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:550
↓ 10 callers
Method
length
Returns the length of this block.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/ControlFlow.java:293
↓ 10 callers
Method
recordReturnType
Prepares to use cast $r, $w, $_, and $type. $type is made to represent the specified return type. It also enables to write a return statement with a r
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:398
↓ 10 callers
Method
remove
(List<AttributeInfo> attributes, String name)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AttributeInfo.java:221
↓ 10 callers
Method
s16bitAt
Returns the signed 16bit value at the given index.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeIterator.java:152
↓ 10 callers
Method
setBody
Copies a method body from another method. If this method is abstract, the abstract modifier is removed after the method body is copied. <p>All occurr
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtMethod.java:268
↓ 10 callers
Method
setMaxLocals
Sets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:243
↓ 10 callers
Method
setModifiers
Sets the encoded modifiers of the field. @see Modifier
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:248
↓ 10 callers
Method
sort
(CtClass[] a)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/CtClassSignature.java:184
↓ 10 callers
Method
toAnnoType
(Annotation anno, ClassPool cp)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:766
↓ 10 callers
Method
toByteArray
Download URI to byte array. Wait for the file to exists up to 5 seconds - it may be recreated while IDE recompilation, automatic retry will avoid fal
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/IOUtils.java:63
↓ 10 callers
Method
toString
Return a string describing the access modifier flags in the specified modifier. @param mod modifier flags.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/Modifier.java:224
↓ 10 callers
Method
toString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/HotswapTransformer.java:319
↓ 10 callers
Method
zeroExtend
(Type type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:628
↓ 9 callers
Method
addInvokevirtual
Appends INVOKEVIRTUAL. <p>The specified method must not be an inherited method. It must be directly declared in the class specified in <code>clazz</c
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:1096
↓ 9 callers
Method
addStore
Appends an instruction for storing a value into 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:773
↓ 9 callers
Method
any
Any. @return the version range
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionRange.java:112
↓ 9 callers
Method
cacheCtClass
Provides a hook so that subclasses can do their own caching of classes. @see #getCached(String) @see #removeCached(String)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/ClassPool.java:227
↓ 9 callers
Method
copy
Copies the n-th item in this ConstPool object into the destination ConstPool object. The class names that the item refers to are renamed according to
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ConstPool.java:894
↓ 9 callers
Method
edit
Edits a <code>new</code> expression (overridable). The default implementation performs nothing. @param e the <code>new</code> expression crea
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/expr/ExprEditor.java:267
↓ 9 callers
Method
enforceVersion
(String requiredVersionRange, ArtifactVersion actualVersion)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/VersionRangeTest.java:698
↓ 9 callers
Method
enlarge
(int delta)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:188
↓ 9 callers
Method
equals
(Object o)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:571
↓ 9 callers
Method
error
(String sig)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:1170
↓ 9 callers
Method
getAnnotation
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/PluginAnnotation.java:112
↓ 9 callers
Method
getAnnotations
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:623
↓ 9 callers
Method
getBytecode
Returns the produced bytecode.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:82
↓ 9 callers
Method
getCtClass
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/MultiArrayType.java:37
↓ 9 callers
Method
getDescriptor
Returns the descriptor representing this type. For example, if the type is int, then the descriptor is I.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtPrimitiveType.java:68
↓ 9 callers
Method
getMaxLocals
Gets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:238
← previous
next →
301–400 of 5,712, ranked by callers