package parsers
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class CodeParser extends AnyRef
Apex class parser helper
- class CollectingErrorListener extends BaseErrorListener
- class PageParser extends AnyRef
VF Page parser helper
- case class Source(path: PathLike, code: SourceData, lineOffset: Int, columnOffset: Int, outer: Option[Source], startLine: Option[Int] = None, startColumn: Option[Int] = None) extends Product with Serializable
Encapsulation of a chunk of 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 ApexParserBaseVisitor[ArraySeq[T]]
Value Members
- object CodeParser
- object PageParser
- object Source extends Serializable
- object SourceData extends Serializable