Package sootup.java.core.jimple.basic
Class JavaLocal
java.lang.Object
sootup.core.jimple.basic.Local
sootup.java.core.jimple.basic.JavaLocal
- All Implemented Interfaces:
EquivTo
,Immediate
,LValue
,Value
,Acceptor<ImmediateVisitor>
,HasAnnotation
-
Constructor Summary
ConstructorDescriptionJavaLocal
(String name, Type type, Iterable<AnnotationUsage> annotations) Constructs a JimpleLocal of the given name and type. -
Method Summary
Methods inherited from class sootup.core.jimple.basic.Local
accept, equals, equivHashCode, equivTo, getDefs, getDefsForLocalUse, getName, getStmtsUsingOrDefiningthisLocal, getType, getUses, hashCode, toString, toString
-
Constructor Details
-
Method Details
-
getAnnotations
- Specified by:
getAnnotations
in interfaceHasAnnotation
-
withName
-
withType
-
withAnnotations
-