public class LockTreeAnnotator
extends org.checkerframework.framework.type.treeannotator.TreeAnnotator
atypeFactoryDEFAULT_VALUE| Constructor and Description |
|---|
LockTreeAnnotator(org.checkerframework.framework.type.AnnotatedTypeFactory atypeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Void |
visitBinary(BinaryTree node,
org.checkerframework.framework.type.AnnotatedTypeMirror type) |
Void |
visitCompoundAssignment(CompoundAssignmentTree node,
org.checkerframework.framework.type.AnnotatedTypeMirror type) |
visitMethoddefaultAction, visit, visit, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssignment, visitBlock, visitBreak, visitCase, visitCatch, visitClass, visitCompilationUnit, visitConditionalExpression, visitContinue, visitDoWhileLoop, visitEmptyStatement, visitEnhancedForLoop, visitErroneous, visitExpressionStatement, visitForLoop, visitIdentifier, visitIf, visitImport, visitInstanceOf, visitIntersectionType, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberReference, visitMemberSelect, visitMethodInvocation, visitModifiers, visitNewArray, visitNewClass, visitOther, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitReturn, visitSwitch, visitSynchronized, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitUnary, visitUnionType, visitVariable, visitWhileLoop, visitWildcardpublic LockTreeAnnotator(org.checkerframework.framework.type.AnnotatedTypeFactory atypeFactory)
public Void visitBinary(BinaryTree node, org.checkerframework.framework.type.AnnotatedTypeMirror type)
visitBinary in interface TreeVisitor<Void,org.checkerframework.framework.type.AnnotatedTypeMirror>visitBinary in class org.checkerframework.framework.type.treeannotator.TreeAnnotatorpublic Void visitCompoundAssignment(CompoundAssignmentTree node, org.checkerframework.framework.type.AnnotatedTypeMirror type)
visitCompoundAssignment in interface TreeVisitor<Void,org.checkerframework.framework.type.AnnotatedTypeMirror>visitCompoundAssignment in class SimpleTreeVisitor<Void,org.checkerframework.framework.type.AnnotatedTypeMirror>