| 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)
Returns a computed IRP (-segment) string representation of current IrpObject.
|
int |
weight()
Returns a (somewhat arbitrary) measure of the complexity of the object.
|
getParseTree, numberOfBits, numberOfBitSpecs, prerender, propertiesMap, stateWhenEntering, stateWhenExiting, toDocument, toIrpString, toString, 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)
IrpObjecttoIrpString in class IrpObjectradix - Radix for parameters.public int getMin()
public int getMax()
public boolean isTrivial()
Copyright © 2020. All rights reserved.