MCPcopy Create free account

hub / github.com/Liubsyy/HotSecondsIDEA / functions

Functions5,712 in github.com/Liubsyy/HotSecondsIDEA

↓ 12 callersMethodgetAttributes
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 callersMethodgetDescription
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 callersMethodgetEventType
@return type of the event
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/watch/WatchFileEvent.java:35
↓ 12 callersMethodgetMaxLocals
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:132
↓ 12 callersMethodgetMaxStack
Gets <code>max_stack</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:215
↓ 12 callersMethodgetMethodName
Returns the name of the called method.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/expr/MethodCall.java:119
↓ 12 callersMethodgetMethodRef
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 callersMethodgetMethodRef
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 callersMethodgetName
Returns the name of the field.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtField.java:220
↓ 12 callersMethodgetName
(Class<?> ctClass)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/JavaClassSignature.java:165
↓ 12 callersMethodgetPluginRegistry
Returns the plugin registry service.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/config/PluginManager.java:229
↓ 12 callersMethodgetReturnType
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 callersMethodgetRight
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/Pair.java:52
↓ 12 callersMethodgetType
(String name)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:940
↓ 12 callersMethodgetValue
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 callersMethodisRefType
(int type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1326
↓ 12 callersMethodpop
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 callersMethodprocessQueue
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/scopedpool/SoftValueHashMap.java:79
↓ 12 callersMethodrebuildStackMapIf6
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 callersMethodremove
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 callersMethodsetMaxLocals
Sets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:265
↓ 12 callersMethodsetMaxStack
Sets <code>max_stack</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/CodeAttribute.java:239
↓ 12 callersMethodtoCtClass
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 callersMethodtoString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/hotswapper/HotswapperPlugin.java:115
↓ 11 callersMethodaddUtf8Info
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 callersMethodcheckInvalidRange
(String version)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/VersionRangeTest.java:675
↓ 11 callersMethoddescToType
(char c)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:554
↓ 11 callersMethodencode
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 callersMethodeq
(CtClass one, CtClass two)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:579
↓ 11 callersMethodequals
(Object o)
hotswap-core/plugin/hotswap-agent-deltaspike-plugin/src/main/java/org/hotswap/agent/plugin/deltaspike/jsf/ViewConfigReloadCommand.java:65
↓ 11 callersMethodfatal
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:124
↓ 11 callersMethodflush
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClass.java:1649
↓ 11 callersMethodgetDeclaredConstructor
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 callersMethodgetMethods
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 callersMethodgetName
Returns a method name.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/MethodInfo.java:217
↓ 11 callersMethodname
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 callersMethodnullSafeEquals
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 callersMethodof
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 callersMethodreplace
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 callersMethodtoByteArray
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:178
↓ 11 callersMethodtypePrecedence
(int type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/CodeGen.java:1330
↓ 10 callersMethodaddAttribute
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 callersMethodaddEventListener
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 callersMethodaddNameAndTypeInfo
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 callersMethodconstValueIndex
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 callersMethoddefineClass
(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 callersMethodentrySet
()
hotswap-core/plugin/hotswap-agent-jbossmodules-plugin/src/main/java/org/hotswap/agent/plugin/jbossmodules/PrependingMap.java:58
↓ 10 callersMethodget
Returns the produced bytecode sequence.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:208
↓ 10 callersMethodgetAnnotation
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 callersMethodgetArrayDim
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/ast/CastExpr.java:47
↓ 10 callersMethodgetAttribute
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 callersMethodgetClassPoolInfos
(Class clazz)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/plugin/jvm/anonymous/AnonymousClassInfosTest.java:93
↓ 10 callersMethodgetDeclaredMethods
(final Class<?> clazz)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/util/proxy/SecurityActions.java:57
↓ 10 callersMethodgetFieldrefType
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 callersMethodgetInvocationCount
()
hotswap-core/plugin/hotswap-agent-proxy-plugin/src/test/java/org/hotswap/agent/plugin/proxy/test/methods/AddEnhancerMethodProxyTest.java:124
↓ 10 callersMethodgetLocal
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 callersMethodgetMethodSignature
(StringBuilder methodsSignature, Method m)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/plugin/jvm/AnonymousClassInfo.java:84
↓ 10 callersMethodgetMethodrefType
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 callersMethodgetMethods
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 callersMethodgetModifiers
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:443
↓ 10 callersMethodgetModifiers
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 callersMethodgetResources
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 callersMethodgetString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Lex.java:88
↓ 10 callersMethodinsertGapAt
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 callersMethodinstrument
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 callersMethodisEmpty
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 callersMethodisFinal
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 callersMethodisInterface
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 callersMethodisInterface
Returns true if this is an interface.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ClassFile.java:316
↓ 10 callersMethodisLevelEnabled
(Level level)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/logging/AgentLogger.java:88
↓ 10 callersMethodjvmToJavaName
(String classname)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/MemberResolver.java:550
↓ 10 callersMethodlength
Returns the length of this block.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/ControlFlow.java:293
↓ 10 callersMethodrecordReturnType
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 callersMethodremove
(List<AttributeInfo> attributes, String name)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/AttributeInfo.java:221
↓ 10 callersMethods16bitAt
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 callersMethodsetBody
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 callersMethodsetMaxLocals
Sets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:243
↓ 10 callersMethodsetModifiers
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 callersMethodsort
(CtClass[] a)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/signature/CtClassSignature.java:184
↓ 10 callersMethodtoAnnoType
(Annotation anno, ClassPool cp)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:766
↓ 10 callersMethodtoByteArray
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 callersMethodtoString
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 callersMethodtoString
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/util/HotswapTransformer.java:319
↓ 10 callersMethodzeroExtend
(Type type)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Executor.java:628
↓ 9 callersMethodaddInvokevirtual
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 callersMethodaddStore
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 callersMethodany
Any. @return the version range
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/versions/VersionRange.java:112
↓ 9 callersMethodcacheCtClass
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 callersMethodcopy
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 callersMethodedit
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 callersMethodenforceVersion
(String requiredVersionRange, ArtifactVersion actualVersion)
hotswap-core/hotswap-agent-core/src/test/java/org/hotswap/agent/versions/VersionRangeTest.java:698
↓ 9 callersMethodenlarge
(int delta)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/ByteStream.java:188
↓ 9 callersMethodequals
(Object o)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/Type.java:571
↓ 9 callersMethoderror
(String sig)
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/SignatureAttribute.java:1170
↓ 9 callersMethodgetAnnotation
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/annotation/handler/PluginAnnotation.java:112
↓ 9 callersMethodgetAnnotations
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/CtClassType.java:623
↓ 9 callersMethodgetBytecode
Returns the produced bytecode.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/compiler/Javac.java:82
↓ 9 callersMethodgetCtClass
()
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/analysis/MultiArrayType.java:37
↓ 9 callersMethodgetDescriptor
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 callersMethodgetMaxLocals
Gets <code>max_locals</code>.
hotswap-core/hotswap-agent-core/src/main/java/org/hotswap/agent/javassist/bytecode/Bytecode.java:238
← previousnext →301–400 of 5,712, ranked by callers