Packages

package parsers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class CodeParser extends AnyRef

    Apex class parser helper

  2. class CollectingErrorListener extends BaseErrorListener
  3. class PageParser extends AnyRef

    VF Page parser helper

  4. 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

  5. final case class SourceData(source: Array[Byte], offset: Int, length: Int, sourceHash: Option[Int] = None, isASCII: Option[Boolean] = None) extends Product with Serializable
  6. abstract class TreeVisitor[T] extends ApexParserBaseVisitor[ArraySeq[T]]

Value Members

  1. object CodeParser
  2. object PageParser
  3. object Source extends Serializable
  4. object SourceData extends Serializable

Ungrouped