Uses of Interface
com.sun.tools.rngom.ast.builder.Scope
Packages that use Scope
Package
Description
Minimal binarized pattern object model (one example of
ast.om implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.builder package that uses two
other builds simultaneously.-
Uses of Scope in com.sun.tools.rngom.ast.builder
Subinterfaces of Scope in com.sun.tools.rngom.ast.builderModifier and TypeInterfaceDescriptioninterfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interfaceIncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> Methods in com.sun.tools.rngom.ast.builder with parameters of type Scope -
Uses of Scope in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary with parameters of type ScopeModifier and TypeMethodDescriptionSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope scope, Location loc, Annotations anno) SchemaBuilderImpl.makeGrammar(Scope parent) -
Uses of Scope in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested with parameters of type ScopeModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, com.sun.tools.rngom.digested.ElementWrapper, LocatorImpl, com.sun.tools.rngom.digested.Annotation, com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeGrammar(Scope parent) -
Uses of Scope in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse with parameters of type ScopeModifier and TypeMethodDescription<P extends ParsedPattern>
PParseable.parseExternal(String uri, SchemaBuilder<?, P, ?, ?, ?, ?> f, Scope s, String inheritedNs) Called fromSchemaBuilderin response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)to parse the referenced grammar. -
Uses of Scope in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type ScopeModifier and TypeMethodDescriptionfinal ParsedPatternCompactSyntax.AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except) final ParsedPatternCompactSyntax.AttributeExpr(Scope scope, Annotations a) final ParsedPatternCompactSyntax.DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) final voidCompactSyntax.Define(GrammarSection section, Scope scope, Annotations a) final voidCompactSyntax.Definition(GrammarSection section, Scope scope, Annotations a) final voidCompactSyntax.Div(GrammarSection section, Scope scope, Annotations a) final ParsedPatternCompactSyntax.ElementExpr(Scope scope, Annotations a) final ParsedPatternfinal ParsedPatternCompactSyntax.Expr(boolean topLevel, Scope scope, Token t, Annotations a) final ParsedPatternCompactSyntax.ExternalRefExpr(Scope scope, Annotations a) final AnnotationsCompactSyntax.GrammarBody(GrammarSection section, Scope scope, Annotations a) final voidCompactSyntax.GrammarComponent(GrammarSection section, Scope scope) final ParsedPatternCompactSyntax.GrammarExpr(Scope scope, Annotations a) final ParsedPatternCompactSyntax.IdentifierExpr(Scope scope, Annotations a) final voidCompactSyntax.Include(GrammarSection section, Scope scope, Annotations a) final AnnotationsCompactSyntax.IncludeBody(GrammarSection section, Scope scope, Annotations a) final voidCompactSyntax.IncludeComponent(GrammarSection section, Scope scope) final voidCompactSyntax.IncludeDiv(GrammarSection section, Scope scope, Annotations a) final ParsedPatternfinal ParsedPatternCompactSyntax.ListExpr(Scope scope, Annotations a) final ParsedPatternCompactSyntax.MixedExpr(Scope scope, Annotations a) final ParsedPatternCompactSyntax.ParenExpr(boolean topLevel, Scope scope, Annotations a) final ParsedPatternCompactSyntax.ParentExpr(Scope scope, Annotations a) CompactParseable.parseExternal(String uri, SchemaBuilder sb, Scope scope, String inheritedNs) final ParsedPatternCompactSyntax.PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) final voidCompactSyntax.Start(GrammarSection section, Scope scope, Annotations a) final ParsedPatternCompactSyntax.TopLevelGrammar(Scope scope) final ParsedPattern -
Uses of Scope in com.sun.tools.rngom.parse.host
Classes in com.sun.tools.rngom.parse.host that implement ScopeFields in com.sun.tools.rngom.parse.host declared as ScopeModifier and TypeFieldDescriptionprotected final ScopeScopeHost.lhsprotected final ScopeScopeHost.rhsMethods in com.sun.tools.rngom.parse.host with parameters of type ScopeModifier and TypeMethodDescriptionSchemaBuilderHost.makeExternalRef(Parseable current, String uri, String ns, Scope _scope, Location _loc, Annotations _anno) SchemaBuilderHost.makeGrammar(Scope _parent) Constructors in com.sun.tools.rngom.parse.host with parameters of type Scope -
Uses of Scope in com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.rngom.parse.xml with parameters of type ScopeModifier and TypeMethodDescriptionSAXParseable.parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)