クラス Syntax
- java.lang.Object
-
- org.unlaxer.parser.AbstractParser
-
- org.unlaxer.parser.LazyAbstractParser
-
- org.unlaxer.parser.combinator.LazyOccurs
-
- org.unlaxer.parser.combinator.LazyOneOrMore
-
- org.unlaxer.vocabulary.ebnf.informally.Syntax
-
- すべての実装されたインタフェース:
java.io.Serializable,org.unlaxer.parser.CollectingParser,org.unlaxer.parser.combinator.Occurs,org.unlaxer.parser.Initializable,org.unlaxer.parser.LazyInstance,org.unlaxer.parser.LazyOccursParserSpecifier,org.unlaxer.parser.MetaFunctionParser,org.unlaxer.parser.NonTerminallSymbol,org.unlaxer.parser.Parser,org.unlaxer.parser.PropagatableDestination,org.unlaxer.ParserFinder,org.unlaxer.ParserFinderFromRoot,org.unlaxer.ParserFinderToChild,org.unlaxer.ParserFinderToRoot,org.unlaxer.ParserHierarchy,org.unlaxer.ParserPath,org.unlaxer.RecursiveTaggable,org.unlaxer.Taggable,org.unlaxer.TaggableAccessor
public class Syntax extends org.unlaxer.parser.combinator.LazyOneOrMorehttps://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf 4.2 Syntax The syntax of a language consists of one or more syntax-rules. (* see 4.2 *) syntax = syntax rule, {syntax rule};- 関連項目:
- 直列化された形式
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 java.util.function.Supplier<org.unlaxer.parser.Parser>getLazyParser()java.util.Optional<org.unlaxer.parser.Parser>getLazyTerminatorParser()-
クラスから継承されたメソッド org.unlaxer.parser.AbstractParser
createParserAndThen, getChildren, getName, getNodeReduceMarker, getParent, getParser, getParser, getPathStream, getRoot, getTags, setParent
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド org.unlaxer.parser.Parser
equalsByClass, forTerminalSymbol, getChild, getNodeReduceMarker, getThisParser, getTokenKind, parse
-
インタフェースから継承されたメソッド org.unlaxer.ParserHierarchy
getChildren, getComputedName, getName, getName, getParent, getParser, getRoot, getSiblings, setParent
-
インタフェースから継承されたメソッド org.unlaxer.ParserPath
getNamePath, getNamePath, getNamePath, getParentNamePath, getParentNamePath, getParentPath, getPath, getPath, getPathStream
-
-