Packages

class ModifierContext extends ParserRuleContext

Annotations
@native() @JSImport("@apexdevtools/apex-parser", "ModifierContext") @JSType()
Linear Supertypes
ParserRuleContext, RuleContext, RuleNode, ParseTree, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModifierContext
  2. ParserRuleContext
  3. RuleContext
  4. RuleNode
  5. ParseTree
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ModifierContext()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ABSTRACT(): UndefOr[TerminalNode]
  5. def FINAL(): UndefOr[TerminalNode]
  6. def GLOBAL(): UndefOr[TerminalNode]
  7. def INHERITED(): UndefOr[TerminalNode]
  8. def OVERRIDE(): UndefOr[TerminalNode]
  9. def PRIVATE(): UndefOr[TerminalNode]
  10. def PROTECTED(): UndefOr[TerminalNode]
  11. def PUBLIC(): UndefOr[TerminalNode]
  12. def SHARING(): UndefOr[TerminalNode]
  13. def STATIC(): UndefOr[TerminalNode]
  14. def TESTMETHOD(): UndefOr[TerminalNode]
  15. def TRANSIENT(): UndefOr[TerminalNode]
  16. def VIRTUAL(): UndefOr[TerminalNode]
  17. def WEBSERVICE(): UndefOr[TerminalNode]
  18. def WITH(): UndefOr[TerminalNode]
  19. def WITHOUT(): UndefOr[TerminalNode]
  20. def annotation(): UndefOr[AnnotationContext]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. val childCount: Int
    Definition Classes
    ParserRuleContext
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def getChild(i: Int): ParseTree
    Definition Classes
    ParserRuleContext
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. def parent: ParserRuleContext
    Definition Classes
    ParserRuleContext
  36. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  37. val start: Token
    Definition Classes
    ParserRuleContext
  38. val stop: UndefOr[Token]
    Definition Classes
    ParserRuleContext
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val text: String
    Definition Classes
    ParseTree
  41. def toLocaleString(): String
    Definition Classes
    Object
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ParserRuleContext

Inherited from RuleContext

Inherited from RuleNode

Inherited from ParseTree

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped