| Package | Description |
|---|---|
| com.sun.tools.rngom.ast.builder | |
| com.sun.tools.rngom.parse.compact | |
| com.sun.tools.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(java.lang.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(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno) |
Copyright © 2018 Oracle Corporation. All rights reserved.