public class EnumTypeCheckingExtension extends TypeCheckingExtension
A type checking extension that will take care of handling errors which are specific to enums. In particular, it will handle the enum constants within switch-case statement.
| Constructor and description |
|---|
EnumTypeCheckingExtension(StaticTypeCheckingVisitor staticTypeCheckingVisitor) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
handleUnresolvedVariableExpression(VariableExpression vexp) |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.