public class RnaRun extends Tick implements Bar, Prc
` <% RNA:RUN os/who/basename $(pwd)/1 %> \n` edge=`<% RNA:RUN os/who/basename $(pwd)/1 %>` ` // RNA:RUN os/who/basename $(pwd)/1 \n` edge=`// RNA:RUN os/who/basename $(pwd)/1 \n` main=`RNA:RUN os/who/basename $(pwd)/1` type=`os` name=`who` expr=`basename $(pwd)` life=1
| Modifier and Type | Field and Description |
|---|---|
@NotNull String |
expr |
@NotNull Pattern |
find |
boolean |
mute |
@NotNull String |
type |
| Constructor and Description |
|---|
RnaRun(String text,
Clop edge,
@NotNull Life life,
@NotNull String type,
@NotNull Pattern find,
@NotNull String expr,
boolean mute) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<Exon> |
apply(Clop pos,
String txt,
int bar)
Apply the matching text to generate Gene
|
Life.State |
match(List<Exon.N> lst,
String txt)
Match other text with range and return Life.State
|
String |
toString() |
void |
toString(Writer buff) |
@NotNull public final @NotNull String type
@NotNull public final @NotNull Pattern find
@NotNull public final @NotNull String expr
public final boolean mute
public Life.State match(List<Exon.N> lst, String txt)
Exon@NotNull public @NotNull List<Exon> apply(Clop pos, String txt, int bar)
Exonpublic void toString(Writer buff)
Copyright © 2024. All rights reserved.