Uses of Annotation Interface
pascal.taie.util.Experimental
Packages that use Experimental
Package
Description
Provides functionality related to management of classes (class loading,
class members, class hierarchy, etc.) in the program being analyzed.
In this package, we offer a generics model for Java.
Packages with annotations of type Experimental
Package
Description
In this package, we offer a generics model for Java.
-
Uses of Experimental in pascal.taie.language.classes
Methods in pascal.taie.language.classes with annotations of type ExperimentalModifier and TypeMethodDescriptionJClass.getGSignature()
JField.getGSignature()
JMethod.getGSignature()
-
Uses of Experimental in pascal.taie.language.generics
Methods in pascal.taie.language.generics with annotations of type ExperimentalModifier and TypeMethodDescriptionArrayTypeGSignature.getBaseTypeGSignature()
TypeParameter.getClassBound()
TypeArgument.getGSignature()
TypeParameter.getInterfaceBounds()
TypeArgument.getKind()
MethodGSignature.getParameterSigs()
MethodGSignature.getResultSignature()
ClassGSignature.getSuperClass()
ClassGSignature.getSuperInterfaces()
MethodGSignature.getThrowsSigs()
TypeParameter.getTypeName()
TypeVariableGSignature.getTypeName()
ClassGSignature.getTypeParams()
MethodGSignature.getTypeParams()
static ClassGSignature
GSignatures.toClassSig
(boolean isInterface, String sig) static MethodGSignature
GSignatures.toMethodSig
(String sig) static <T extends TypeGSignature>
T