Class AExpression

java.lang.Object
org.checkerframework.afu.scenelib.el.AElement
org.checkerframework.afu.scenelib.el.AExpression
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ABlock

public class AExpression extends AElement
Manages all annotations within expressions, that is, annotations on typecasts, instanceofs, and object creations. We can use this class for methods, field initializers, and static initializers.