Packages

class ModifierContext extends ParserRuleContext

Annotations
@JSType() @native() @JSImport("@apexdevtools/apex-parser", "ModifierContext")
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]) @native()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def getChild(i: Int): ParseTree
    Definition Classes
    ParserRuleContext
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def parent: ParserRuleContext
    Definition Classes
    ParserRuleContext
  37. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  38. val start: Token
    Definition Classes
    ParserRuleContext
  39. val stop: UndefOr[Token]
    Definition Classes
    ParserRuleContext
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val text: String
    Definition Classes
    ParseTree
  42. def toLocaleString(): String
    Definition Classes
    Object
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def valueOf(): Any
    Definition Classes
    Object
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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