Uses of Interface
pascal.taie.ir.exp.Literal
Packages that use Literal
-
Uses of Literal in pascal.taie.ir.exp
Subinterfaces of Literal in pascal.taie.ir.expModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Literal of reference type.Classes in pascal.taie.ir.exp that implement LiteralModifier and TypeClassDescriptionclass
class
class
class
Representation of int literals.class
Representation of long literals.class
Representation of java.lang.invoke.MethodHandle instances.class
Representation of java.lang.invoke.MethodType instances.enum
class
Methods in pascal.taie.ir.exp that return LiteralMethods in pascal.taie.ir.exp that return types with arguments of type LiteralConstructors in pascal.taie.ir.exp with parameters of type LiteralModifierConstructorDescriptionConstructor parameters in pascal.taie.ir.exp with type arguments of type LiteralModifierConstructorDescriptionInvokeDynamic
(MethodRef bootstrapMethodRef, String methodName, MethodType methodType, List<Literal> bootstrapArgs, List<Var> args) -
Uses of Literal in pascal.taie.ir.stmt
Constructors in pascal.taie.ir.stmt with parameters of type Literal