public class VariableFactory extends Object
Constructor and Description |
---|
VariableFactory(Method method,
BytecodeMeta bytecodeMeta) |
Modifier and Type | Method and Description |
---|---|
JavaTypeInstance |
getReturn() |
LValue |
ignoredVariable(InferredJavaType type) |
LValue |
localVariable(int stackPosition,
Ident ident,
int origCodeRawOffset) |
void |
mutatingRenameUnClash(LocalVariable toRename) |
LValue |
tempVariable(InferredJavaType type) |
public VariableFactory(Method method, BytecodeMeta bytecodeMeta)
public JavaTypeInstance getReturn()
public LValue ignoredVariable(InferredJavaType type)
public LValue tempVariable(InferredJavaType type)
public void mutatingRenameUnClash(LocalVariable toRename)
Copyright © 2011-2021. All Rights Reserved.