public class DnaSet extends Tick implements Prc
` <% DNA:SET /ConstantEnumTemplate/{{className}}/* %> \n`
edge=`<% DNA:SET /ConstantEnumTemplate/{{className}}/* %>`
` // DNA:SET /ConstantEnumTemplate/{{className}}/* \n`
edge=`// DNA:SET /ConstantEnumTemplate/{{className}}/* \n`
main=`DNA:SET /ConstantEnumTemplate/{{className}}/*`
find=`ConstantEnumTemplate`
repl=`{{className}}`
life=`*`
| Modifier and Type | Field and Description |
|---|---|
@NotNull Pattern |
find |
@NotNull String |
repl |
| Constructor and Description |
|---|
DnaSet(@NotNull String text,
Clop edge,
@NotNull Life life,
@NotNull Pattern find,
@NotNull String repl) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<Exon> |
apply(Clop pos,
String txt,
int bar)
Apply the matching text to generate Gene
|
boolean |
equals(Object o) |
int |
hashCode() |
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 Pattern find
@NotNull public final @NotNull String repl
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.