class Parsers extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parsers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Parsers(path: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add: TraceParser.Parser[TraceOp]
- def addArithOp: TraceParser.Parser[(TraceOp, TraceOp, Location) ⇒ TraceOp]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atomic: TraceParser.Parser[TraceOp]
- def bigInt: TraceParser.Parser[BigInt]
- def bigNat: TraceParser.Parser[BigInt]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def conjunction: TraceParser.Parser[TraceOp]
- def disjunction: TraceParser.Parser[TraceOp]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def equivalence: TraceParser.Parser[TraceOp]
- def event: TraceParser.Parser[EventRange]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def identifier: TraceParser.Parser[Identifier]
- def identifierOrWildcard: TraceParser.Parser[Identifier]
- def identifierRangeTail: TraceParser.Parser[(compacom.Location, Identifier) ⇒ TimeRange]
- def implication: TraceParser.Parser[TraceOp]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftBoundRangeTail: TraceParser.Parser[(compacom.Location, BigInt) ⇒ TimeRange]
- def line: TraceParser.Parser[Either[TimeUnit, EventRange]]
- def literal: TraceParser.Parser[LiteralValue]
- def literalWithUnit: TraceParser.Parser[LiteralValue]
- def mult: TraceParser.Parser[TraceOp]
- def multArithOp: TraceParser.Parser[(TraceOp, TraceOp, Location) ⇒ TraceOp]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def step1: TraceParser.Parser[(Option[Identifier], BigInt)]
- def step2: TraceParser.Parser[BigInt]
- def string: TraceParser.Parser[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeRange: TraceParser.Parser[TimeRange]
- def timeStamp: TraceParser.Parser[TimeStamp]
- def timeUnit: TraceParser.Parser[TimeUnit]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unaryOp: TraceParser.Parser[TraceOp]
- def unit: TraceParser.Parser[LiteralValue]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )