| Constructor and Description |
|---|
RepeatMarker() |
RepeatMarker(int n) |
RepeatMarker(int min,
int max) |
RepeatMarker(IrpParser.Repeat_markerContext ctx) |
RepeatMarker(String str) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getMax() |
int |
getMin() |
int |
hashCode() |
boolean |
isInfinite() |
boolean |
isTrivial() |
static RepeatMarker |
newRepeatMarker(char ch) |
int |
numberOfInfiniteRepeats() |
Element |
toElement(Document document) |
String |
toIrpString(int radix) |
int |
weight()
Returns a (somewhat arbitrary) measure of the complexity of the object.
|
getParseTree, numberOfBits, numberOfBitSpecs, prerender, propertiesMap, stateWhenEntering, stateWhenExiting, toDocument, toIrpString, toString, toStringTree, toStringTree, toTreeViewer, toTreeViewer, toTreeViewerpublic RepeatMarker(String str)
public RepeatMarker(IrpParser.Repeat_markerContext ctx)
public RepeatMarker(int min,
int max)
public RepeatMarker(int n)
public RepeatMarker()
public static RepeatMarker newRepeatMarker(char ch)
public boolean isInfinite()
public int numberOfInfiniteRepeats()
numberOfInfiniteRepeats in class IrpObjectpublic String toIrpString(int radix)
toIrpString in class IrpObjectpublic int getMin()
public int getMax()
public boolean isTrivial()
Copyright © 2019. All rights reserved.