public class LockTreeAnnotator
extends org.checkerframework.framework.type.treeannotator.TreeAnnotator
atypeFactory
DEFAULT_VALUE
Constructor and Description |
---|
LockTreeAnnotator(org.checkerframework.framework.type.AnnotatedTypeFactory atypeFactory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
visitBinary(BinaryTree node,
org.checkerframework.framework.type.AnnotatedTypeMirror type) |
java.lang.Void |
visitCompoundAssignment(CompoundAssignmentTree node,
org.checkerframework.framework.type.AnnotatedTypeMirror type) |
visitMethod
defaultAction, 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, visitWildcard
public LockTreeAnnotator(org.checkerframework.framework.type.AnnotatedTypeFactory atypeFactory)
public java.lang.Void visitBinary(BinaryTree node, org.checkerframework.framework.type.AnnotatedTypeMirror type)
visitBinary
in interface TreeVisitor<java.lang.Void,org.checkerframework.framework.type.AnnotatedTypeMirror>
visitBinary
in class org.checkerframework.framework.type.treeannotator.TreeAnnotator
public java.lang.Void visitCompoundAssignment(CompoundAssignmentTree node, org.checkerframework.framework.type.AnnotatedTypeMirror type)
visitCompoundAssignment
in interface TreeVisitor<java.lang.Void,org.checkerframework.framework.type.AnnotatedTypeMirror>
visitCompoundAssignment
in class SimpleTreeVisitor<java.lang.Void,org.checkerframework.framework.type.AnnotatedTypeMirror>