Uses of Class
org.kohsuke.rngom.parse.compact.ParseException
-
Packages that use ParseException Package Description org.kohsuke.rngom.parse.compact -
-
Uses of ParseException in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact that return ParseException Modifier and Type Method Description ParseException
CompactSyntax. generateParseException()
Generate ParseException.Methods in org.kohsuke.rngom.parse.compact that throw ParseException Modifier and Type Method Description ParsedNameClass
CompactSyntax. AnnotateAfter(ParsedNameClass nc)
ParsedPattern
CompactSyntax. AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except)
void
CompactSyntax. AnnotationAttribute(Annotations a)
ParsedElementAnnotation
CompactSyntax. AnnotationElement(boolean nested)
void
CompactSyntax. AnnotationElementContent(ElementAnnotationBuilder eab)
void
CompactSyntax. AnnotationElementLiteral(ElementAnnotationBuilder eab)
ParsedElementAnnotation
CompactSyntax. AnnotationElementNotKeyword()
Annotations
CompactSyntax. Annotations()
ParsedNameClass
CompactSyntax. AnyNameExceptClass(int context, Annotations a, Annotations[] pa)
GrammarSection.Combine
CompactSyntax. AssignOp()
ParsedPattern
CompactSyntax. AttributeExpr(Scope scope, Annotations a)
ParsedNameClass
CompactSyntax. BasicNameClass(int context)
ParsedPattern
CompactSyntax. DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)
Token
CompactSyntax. DatatypeName()
void
CompactSyntax. DatatypesDecl()
void
CompactSyntax. Define(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. Definition(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. Div(GrammarSection section, Scope scope, Annotations a)
ParsedElementAnnotation
CompactSyntax. Documentation()
ParsedPattern
CompactSyntax. ElementExpr(Scope scope, Annotations a)
ParsedPattern
CompactSyntax. EmptyExpr(Annotations a)
ParsedPattern
CompactSyntax. Except(Scope scope, Token[] except)
ParsedNameClass
CompactSyntax. ExceptNameClass(int context)
ParsedPattern
CompactSyntax. Expr(boolean topLevel, Scope scope, Token t, Annotations a)
ParsedPattern
CompactSyntax. ExternalRefExpr(Scope scope, Annotations a)
Annotations
CompactSyntax. GrammarBody(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. GrammarComponent(GrammarSection section, Scope scope)
ParsedPattern
CompactSyntax. GrammarExpr(Scope scope, Annotations a)
org.kohsuke.rngom.parse.compact.CompactSyntax.LocatedString
CompactSyntax. Identifier()
ParsedElementAnnotation
CompactSyntax. IdentifierAnnotationElement()
ParsedPattern
CompactSyntax. IdentifierExpr(Scope scope, Annotations a)
void
CompactSyntax. Include(GrammarSection section, Scope scope, Annotations a)
Annotations
CompactSyntax. IncludeBody(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. IncludeComponent(GrammarSection section, Scope scope)
ParsedPattern
CompactSyntax. IncludedGrammar(IncludedGrammar g)
void
CompactSyntax. IncludeDiv(GrammarSection section, Scope scope, Annotations a)
java.lang.String
CompactSyntax. Inherit()
ParsedPattern
CompactSyntax. Input(Scope scope)
Token
CompactSyntax. Keyword()
ParsedPattern
CompactSyntax. ListExpr(Scope scope, Annotations a)
java.lang.String
CompactSyntax. Literal()
org.kohsuke.rngom.parse.compact.CompactSyntax.LocatedString
CompactSyntax. LocatedLiteral()
void
CompactSyntax. LookaheadAfterAnnotations()
void
CompactSyntax. LookaheadBody()
void
CompactSyntax. LookaheadDocumentation()
void
CompactSyntax. LookaheadGrammarKeyword()
ParsedPattern
CompactSyntax. MixedExpr(Scope scope, Annotations a)
ParsedNameClass
CompactSyntax. NameClass(int context, Annotations[] pa)
ParsedNameClass
CompactSyntax. NameClassAlternatives(int context, ParsedNameClass nc, Annotations[] pa)
void
CompactSyntax. NamespaceDecl()
java.lang.String
CompactSyntax. NamespaceName()
ParsedPattern
CompactSyntax. NotAllowedExpr(Annotations a)
org.kohsuke.rngom.parse.compact.CompactSyntax.LocatedString
CompactSyntax. NsName()
ParsedNameClass
CompactSyntax. NsNameExceptClass(int context, Annotations a, Annotations[] pa)
ParsedNameClass
CompactSyntax. OpenNameClass(int context, Annotations a)
void
CompactSyntax. Param(DataPatternBuilder dpb)
void
CompactSyntax. Params(DataPatternBuilder dpb)
ParsedPattern
CompactSyntax. ParenExpr(boolean topLevel, Scope scope, Annotations a)
ParsedNameClass
CompactSyntax. ParenNameClass(int context, Annotations a)
ParsedPattern
CompactSyntax. ParentExpr(Scope scope, Annotations a)
void
CompactSyntax. Preamble()
java.lang.String
CompactSyntax. Prefix()
void
CompactSyntax. PrefixedAnnotationAttribute(Annotations a, boolean nested)
ParsedElementAnnotation
CompactSyntax. PrefixedAnnotationElement(boolean nested)
ParsedNameClass
CompactSyntax. PrefixedNameClass(Annotations a)
ParsedPattern
CompactSyntax. PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except)
ParsedNameClass
CompactSyntax. PrimaryNameClass(int context, Annotations a)
void
CompactSyntax. Start(GrammarSection section, Scope scope, Annotations a)
ParsedPattern
CompactSyntax. TextExpr(Annotations a)
ParsedPattern
CompactSyntax. TopLevelGrammar(Scope scope)
void
CompactSyntax. TopLevelLookahead()
ParsedPattern
CompactSyntax. UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except)
void
CompactSyntax. UnprefixedAnnotationAttribute(Annotations a)
ParsedElementAnnotation
CompactSyntax. UnprefixedAnnotationElement()
org.kohsuke.rngom.parse.compact.CompactSyntax.LocatedString
CompactSyntax. UnprefixedName()
ParsedNameClass
CompactSyntax. UnprefixedNameClass(int context, Annotations a)
ParsedPattern
CompactSyntax. ValueExpr(boolean topLevel, Annotations a)
-