Uses of Class
com.strobel.decompiler.ast.AstBuilder.VariableInfo
-
Packages that use AstBuilder.VariableInfo Package Description com.strobel.decompiler.ast -
-
Uses of AstBuilder.VariableInfo in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return types with arguments of type AstBuilder.VariableInfo Modifier and Type Method Description private java.util.List<AstBuilder.VariableInfo>
AstBuilder. processVariableUnoptimized(MethodDefinition method, int slot, java.util.List<AstBuilder.ByteCode> definitions, java.util.List<AstBuilder.ByteCode> references, VariableDefinition vDef)
Methods in com.strobel.decompiler.ast with parameters of type AstBuilder.VariableInfo Modifier and Type Method Description private boolean
AstBuilder. mightBeBoolean(AstBuilder.VariableInfo info)
Method parameters in com.strobel.decompiler.ast with type arguments of type AstBuilder.VariableInfo Modifier and Type Method Description private TypeReference
AstBuilder. mergeVariableType(java.util.List<AstBuilder.VariableInfo> info)
-