Uses of Class
com.strobel.reflection.emit.LocalBuilder
-
Packages that use LocalBuilder Package Description com.strobel.compilerservices com.strobel.expressions com.strobel.reflection.emit -
-
Uses of LocalBuilder in com.strobel.compilerservices
Methods in com.strobel.compilerservices with parameters of type LocalBuilder Modifier and Type Method Description void
DebugInfoGenerator. setLocalName(LocalBuilder local, java.lang.String name)
-
Uses of LocalBuilder in com.strobel.expressions
Fields in com.strobel.expressions declared as LocalBuilder Modifier and Type Field Description private LocalBuilder
CompilerScope.LocalBoxStorage. _boxLocal
private LocalBuilder
CompilerScope.LocalStorage. _local
private LocalBuilder
LabelInfo. _value
Fields in com.strobel.expressions with type parameters of type LocalBuilder Modifier and Type Field Description private java.util.HashMap<BoundConstants.TypedConstant,LocalBuilder>
BoundConstants. _cache
Bytecode locals for storing frequently used constantsprivate KeyedQueue<Type<?>,LocalBuilder>
LambdaCompiler. _freeLocals
Methods in com.strobel.expressions that return LocalBuilder Modifier and Type Method Description (package private) LocalBuilder
LambdaCompiler. getLocal(Type<?> type)
(package private) LocalBuilder
CompilerScope. getLocalForVariable(ParameterExpression variable)
(package private) LocalBuilder
LambdaCompiler. getNamedLocal(Type type, ParameterExpression variable)
Methods in com.strobel.expressions with parameters of type LocalBuilder Modifier and Type Method Description (package private) void
LambdaCompiler. freeLocal(LocalBuilder local)
-
Uses of LocalBuilder in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as LocalBuilder Modifier and Type Field Description (package private) LocalBuilder[]
CodeGenerator. locals
Methods in com.strobel.reflection.emit that return LocalBuilder Modifier and Type Method Description LocalBuilder
CodeGenerator. declareLocal(Type<?> localType)
LocalBuilder
CodeGenerator. declareLocal(java.lang.String name, Type<?> localType)
Methods in com.strobel.reflection.emit with parameters of type LocalBuilder Modifier and Type Method Description void
CodeGenerator. emitLoad(LocalBuilder local)
void
CodeGenerator. emitStore(LocalBuilder local)
void
CodeGenerator. increment(LocalBuilder local, int delta)
-