package parsers
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class CodeParser extends AnyRef
- class CollectingErrorListener extends Object
- Annotations
- @JSType()
- trait Locatable extends AnyRef
- class PageParser extends AnyRef
- case class Source(path: PathLike, code: SourceData, lineOffset: Int, columnOffset: Int, outer: Option[Source]) extends Product with Serializable
Encapsulation of a chunk of Apex code, position tells you where it came from in path
- final case class SourceData(source: Array[Byte], offset: Int, length: Int, sourceHash: Option[Int] = None, isASCII: Option[Boolean] = None) extends Product with Serializable
- abstract class TreeVisitor[T] extends AbstractParseTreeVisitor[ArraySeq[T]] with ApexParserVisitor[ArraySeq[T]]
- Annotations
- @JSType()
Value Members
- object CodeParser
- object PageParser
- object Source extends Serializable
- object SourceData extends Serializable