Uses of Class
com.strobel.reflection.emit.Label
Packages that use Label
-
Uses of Label in com.strobel.expressions
Fields in com.strobel.expressions declared as LabelMethods in com.strobel.expressions that return LabelMethods in com.strobel.expressions with parameters of type LabelModifier and TypeMethodDescriptionprivate voidLambdaCompiler.emitBranchAnd(boolean branch, BinaryExpression node, Label label) private voidLambdaCompiler.emitBranchBlock(boolean branch, BlockExpression node, Label label) private voidLambdaCompiler.emitBranchLogical(boolean branch, BinaryExpression node, Label label) private voidLambdaCompiler.emitBranchNot(boolean branch, UnaryExpression node, Label label) private voidLambdaCompiler.emitBranchNullCheck(boolean branch, UnaryExpression node, Label label) private voidLambdaCompiler.emitBranchOp(boolean branch, Label label) private voidLambdaCompiler.emitBranchOr(boolean branch, BinaryExpression node, Label label) private voidLambdaCompiler.emitBranchRelation(boolean branch, BinaryExpression node, Label label) private voidLambdaCompiler.emitExpressionAndBranch(boolean branchValue, Expression node, Label label) private voidLambdaCompiler.emitRelationalBranchOp(ExpressionType op, Type<?> operandType, boolean branch, Label label) -
Uses of Label in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as LabelModifier and TypeFieldDescription(package private) Label__ExceptionInfo._endLabel(package private) Label__ExceptionInfo._finallyEndLabel(package private) Label__FixupData.fixupLabelMethods in com.strobel.reflection.emit that return LabelModifier and TypeMethodDescriptionCodeGenerator.beginExceptionBlock()CodeGenerator.defineLabel()/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////(package private) Label__ExceptionInfo.getEndLabel()(package private) Label__ExceptionInfo.getFinallyEndLabel()Methods in com.strobel.reflection.emit with parameters of type LabelModifier and TypeMethodDescriptionprivate voidvoidvoidvoidvoidvoidEnumSwitchCallback.emitDefault(Label breakTarget) voidStringSwitchCallback.emitDefault(Label breakTarget) voidSwitchCallback.emitDefault(Label breakTarget) void/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////booleanprivate intCodeGenerator.getLabelPosition(Label label) void(package private) void__ExceptionInfo.setFinallyEndLabel(Label lbl) private voidCodeGenerator.stringSwitchHelper(List<String> bucket, StringSwitchCallback callback, Label defaultLabel, Label breakTarget, int index) Constructors in com.strobel.reflection.emit with parameters of type LabelModifierConstructorDescription(package private)__ExceptionInfo(int startAddress, Label endLabel)