Package | Description |
---|---|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host |
Implementation of the
asm.builder package that uses two
other builds simultaneously. |
Modifier and Type | Field | Description |
---|---|---|
static GrammarSection.Combine |
GrammarSection.COMBINE_CHOICE |
|
static GrammarSection.Combine |
GrammarSection.COMBINE_INTERLEAVE |
Modifier and Type | Method | Description |
---|---|---|
void |
GrammarSection.define(String name,
GrammarSection.Combine combine,
P pattern,
L loc,
A anno) |
Called when a pattern is defined.
|
Modifier and Type | Method | Description |
---|---|---|
GrammarSection.Combine |
CompactSyntax.AssignOp() |
Modifier and Type | Method | Description |
---|---|---|
void |
GrammarSectionHost.define(String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno) |
Copyright © 2018 Oracle Corporation. All rights reserved.