クラス GapFreeSymbol
- 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.LazyChoice
-
- org.unlaxer.vocabulary.ebnf.part2.GapFreeSymbol
-
- すべての実装されたインタフェース:
java.io.Serializable,org.unlaxer.parser.CollectingParser,org.unlaxer.parser.combinator.ChoiceInterface,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 GapFreeSymbol extends org.unlaxer.parser.combinator.LazyChoice(* see 6.3 *) gap free symbol = terminal character - (first quote symbol | second quote symbol) | terminal string;- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GapFreeSymbol()GapFreeSymbol(org.unlaxer.Name name)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 java.util.List<org.unlaxer.parser.Parser>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
-
-