Packages

trait AnnotationBase extends AbstractNode with ExpressionBase

Linear Supertypes
ExpressionBase, CfgNodeBase, AstNodeBase, AbstractNode, StaticType[AnyRef], NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotationBase
  2. ExpressionBase
  3. CfgNodeBase
  4. AstNodeBase
  5. AbstractNode
  6. StaticType
  7. NodeOrDetachedNode
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def argumentIndex: Int
    Definition Classes
    AnnotationBaseExpressionBase
  2. abstract def argumentName: Option[String]
    Definition Classes
    AnnotationBaseExpressionBase
  3. abstract def code: String
  4. abstract def columnNumber: Option[Integer]
  5. abstract def fullName: String
  6. abstract def label: String
    Definition Classes
    AbstractNode
  7. abstract def lineNumber: Option[Integer]
  8. abstract def name: String
  9. abstract def order: Int

Concrete Value Members

  1. def asStored: StoredNode