クラス Exception
- java.lang.Object
-
- org.unlaxer.parser.AbstractParser
-
- org.unlaxer.parser.LazyAbstractParser
-
- org.unlaxer.parser.combinator.LazyMultiChildParser
-
- org.unlaxer.parser.combinator.LazyMultiChildCollectingParser
-
- org.unlaxer.parser.combinator.LazyCombinatorParser
-
- org.unlaxer.parser.combinator.LazyChain
-
- org.unlaxer.vocabulary.ebnf.informally.Factor
-
- org.unlaxer.vocabulary.ebnf.informally.Exception
-
- すべての実装されたインタフェース:
java.io.Serializable,org.unlaxer.parser.CollectingParser,org.unlaxer.parser.combinator.ChainInterface,org.unlaxer.parser.HasChildrenParser,org.unlaxer.parser.Initializable,org.unlaxer.parser.LazyInstance,org.unlaxer.parser.LazyParserChildrenSpecifier,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 Exception extends Factor
https://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf (* A <factor> may be used as an <exception> if it could be replaced by a <factor> containing no <meta identifiers> *); exception = factor- 関連項目:
- 直列化された形式
-
-
メソッドの概要
-
クラスから継承されたメソッド org.unlaxer.vocabulary.ebnf.informally.Factor
getLazyParsers
-
クラスから継承されたメソッド 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.HasChildrenParser
getChildren, newWithout, newWithoutRecursive, newWithRecursiveChild
-
インタフェースから継承されたメソッド org.unlaxer.parser.Parser
equalsByClass, forTerminalSymbol, getChild, getNodeReduceMarker, getThisParser, getTokenKind, parse
-
インタフェースから継承されたメソッド org.unlaxer.ParserHierarchy
getChildOccurs, getComputedName, getName, getName, getParent, getParser, getRoot, getSiblings, setParent
-
インタフェースから継承されたメソッド org.unlaxer.ParserPath
getNamePath, getNamePath, getNamePath, getParentNamePath, getParentNamePath, getParentPath, getPath, getPath, getPathStream
-
-