| java.lang.Object org.kohsuke.rngom.parse.compact.CompactSyntax
Inner Class :final class LocatedString | |
Inner Class :final static class JJCalls | |
Method Summary | |
final public ParsedNameClass | AnnotateAfter(ParsedNameClass nc) | final public ParsedPattern | AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except) | final public void | AnnotationAttribute(Annotations a) | final public ParsedElementAnnotation | AnnotationElement(boolean nested) | final public void | AnnotationElementContent(ElementAnnotationBuilder eab) | final public void | AnnotationElementLiteral(ElementAnnotationBuilder eab) | final public ParsedElementAnnotation | AnnotationElementNotKeyword() | final public Annotations | Annotations() | final public ParsedNameClass | AnyNameExceptClass(int context, Annotations a, Annotations[] pa) | final public GrammarSection.Combine | AssignOp() | final public ParsedPattern | AttributeExpr(Scope scope, Annotations a) | final public ParsedNameClass | BasicNameClass(int context) | final public ParsedPattern | DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) | final public Token | DatatypeName() | final public void | DatatypesDecl() | final public void | Define(GrammarSection section, Scope scope, Annotations a) | final public void | Definition(GrammarSection section, Scope scope, Annotations a) | final public void | Div(GrammarSection section, Scope scope, Annotations a) | final public ParsedElementAnnotation | Documentation() | final public ParsedPattern | ElementExpr(Scope scope, Annotations a) | final public ParsedPattern | EmptyExpr(Annotations a) | final public ParsedPattern | Except(Scope scope, Token[] except) | final public ParsedNameClass | ExceptNameClass(int context) | final public ParsedPattern | Expr(boolean topLevel, Scope scope, Token t, Annotations a) | final public ParsedPattern | ExternalRefExpr(Scope scope, Annotations a) | final public Annotations | GrammarBody(GrammarSection section, Scope scope, Annotations a) | final public void | GrammarComponent(GrammarSection section, Scope scope) | final public ParsedPattern | GrammarExpr(Scope scope, Annotations a) | final public LocatedString | Identifier() | final public ParsedElementAnnotation | IdentifierAnnotationElement() | final public ParsedPattern | IdentifierExpr(Scope scope, Annotations a) | final public void | Include(GrammarSection section, Scope scope, Annotations a) | final public Annotations | IncludeBody(GrammarSection section, Scope scope, Annotations a) | final public void | IncludeComponent(GrammarSection section, Scope scope) | final public void | IncludeDiv(GrammarSection section, Scope scope, Annotations a) | final public ParsedPattern | IncludedGrammar(IncludedGrammar g) | final public String | Inherit() | final public ParsedPattern | Input(Scope scope) | final public Token | Keyword() | final public ParsedPattern | ListExpr(Scope scope, Annotations a) | final public String | Literal() | final public LocatedString | LocatedLiteral() | final public void | LookaheadAfterAnnotations() | final public void | LookaheadBody() | final public void | LookaheadDocumentation() | final public void | LookaheadGrammarKeyword() | final public ParsedPattern | MixedExpr(Scope scope, Annotations a) | final public ParsedNameClass | NameClass(int context, Annotations[] pa) | final public ParsedNameClass | NameClassAlternatives(int context, ParsedNameClass nc, Annotations[] pa) | final public void | NamespaceDecl() | final public String | NamespaceName() | final public ParsedPattern | NotAllowedExpr(Annotations a) | final public LocatedString | NsName() | final public ParsedNameClass | NsNameExceptClass(int context, Annotations a, Annotations[] pa) | final public ParsedNameClass | OpenNameClass(int context, Annotations a) | final public void | Param(DataPatternBuilder dpb) | final public void | Params(DataPatternBuilder dpb) | final public ParsedPattern | ParenExpr(boolean topLevel, Scope scope, Annotations a) | final public ParsedNameClass | ParenNameClass(int context, Annotations a) | final public ParsedPattern | ParentExpr(Scope scope, Annotations a) | final public void | Preamble() | final public String | Prefix() | final public void | PrefixedAnnotationAttribute(Annotations a, boolean nested) | final public ParsedElementAnnotation | PrefixedAnnotationElement(boolean nested) | final public ParsedNameClass | PrefixedNameClass(Annotations a) | final public ParsedPattern | PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) | final public ParsedNameClass | PrimaryNameClass(int context, Annotations a) | public void | ReInit(java.io.InputStream stream) | public void | ReInit(java.io.Reader stream) | public void | ReInit(CompactSyntaxTokenManager tm) | final public void | Start(GrammarSection section, Scope scope, Annotations a) | final public ParsedPattern | TextExpr(Annotations a) | final public ParsedPattern | TopLevelGrammar(Scope scope) | final public void | TopLevelLookahead() | final public ParsedPattern | UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except) | final public void | UnprefixedAnnotationAttribute(Annotations a) | final public ParsedElementAnnotation | UnprefixedAnnotationElement() | final public LocatedString | UnprefixedName() | final public ParsedNameClass | UnprefixedNameClass(int context, Annotations a) | final public ParsedPattern | ValueExpr(boolean topLevel, Annotations a) | public Context | copy() | final public void | disable_tracing() | final public void | enable_tracing() | public ParseException | generateParseException() | public String | getBaseUri() | String | getCompatibilityPrefix() | final public Token | getNextToken() | final public Token | getToken(int index) | public boolean | isNotation(String notationName) | public boolean | isUnparsedEntity(String entityName) | Location | makeLocation(Token t) | ParsedPattern | parse(Scope scope) | ParsedPattern | parseInclude(IncludedGrammar g) | public Enumeration | prefixes() | public String | resolveNamespacePrefix(String prefix) |
lookingAhead | public boolean lookingAhead(Code) | | |
disable_tracing | final public void disable_tracing()(Code) | | |
enable_tracing | final public void enable_tracing()(Code) | | |
getCompatibilityPrefix | String getCompatibilityPrefix()(Code) | | |
isNotation | public boolean isNotation(String notationName)(Code) | | |
isUnparsedEntity | public boolean isUnparsedEntity(String entityName)(Code) | | |
|
|