クラス Letter

  • すべての実装されたインタフェース:
    java.io.Serializable, org.unlaxer.parser.Initializable, org.unlaxer.parser.Parser, org.unlaxer.parser.PropagatableDestination, org.unlaxer.parser.StaticParser, org.unlaxer.parser.TerminalSymbol, 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 Letter
    extends org.unlaxer.parser.posix.AlphabetParser
    (* see 7.2 *) letter = ’a’ | ’b’ | ’c’ | ’d’ | ’e’ | ’f’ | ’g’ | ’h’ | ’i’ | ’j’ | ’k’ | ’l’ | ’m’ | ’n’ | ’o’ | ’p’ | ’q’ | ’r’ | ’s’ | ’t’ | ’u’ | ’v’ | ’w’ | ’x’ | ’y’ | ’z’ | ’A’ | ’B’ | ’C’ | ’D’ | ’E’ | ’F’ | ’G’ | ’H’ | ’I’ | ’J’ | ’K’ | ’L’ | ’M’ | ’N’ | ’O’ | ’P’ | ’Q’ | ’R’ | ’S’ | ’T’ | ’U’ | ’V’ | ’W’ | ’X’ | ’Y’ | ’Z’;
    関連項目:
    直列化された形式
    • ネストされたクラスの概要

      • インタフェースから継承されたネストされたクラス/インタフェース org.unlaxer.ParserHierarchy

        org.unlaxer.ParserHierarchy.NameKind
      • インタフェースから継承されたネストされたクラス/インタフェース org.unlaxer.RecursiveTaggable

        org.unlaxer.RecursiveTaggable.PropagatedTaggable
    • フィールドの概要

      • クラスから継承されたフィールド org.unlaxer.parser.elementary.MappedSingleCharacterParser

        doInvert, matches
      • クラスから継承されたフィールド org.unlaxer.parser.AbstractParser

        parent
      • インタフェースから継承されたフィールド org.unlaxer.ParserFinderToRoot

        infiniteBreakCount
      • インタフェースから継承されたフィールド org.unlaxer.ParserHierarchy

        isMeta, isNotMeta, isRoot
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      Letter()  
      Letter​(org.unlaxer.Name name)  
    • メソッドの概要

      • クラスから継承されたメソッド org.unlaxer.parser.elementary.MappedSingleCharacterParser

        isMatch, newWith, newWith, newWith, newWith, newWith, newWithout, newWithout, newWithout, newWithout, newWithout
      • クラスから継承されたメソッド org.unlaxer.parser.elementary.SingleCharacterParser

        getToken
      • クラスから継承されたメソッド org.unlaxer.parser.elementary.AbstractTokenParser

        createParser, getParser, parse
      • クラスから継承されたメソッド org.unlaxer.parser.combinator.NoneChildParser

        getChildOccurs, getLazyParser, prepareChildren
      • クラスから継承されたメソッド org.unlaxer.parser.AbstractParser

        createParserAndThen, getChildren, getName, getNodeReduceMarker, getParent, getParser, getPathStream, getRoot, getTags, setParent
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インタフェースから継承されたメソッド org.unlaxer.parser.Initializable

        initialize
      • インタフェースから継承されたメソッド org.unlaxer.parser.Parser

        equalsByClass, forTerminalSymbol, getChild, getNodeReduceMarker, getThisParser, getTokenKind, parse, parse
      • インタフェースから継承されたメソッド org.unlaxer.ParserFinderFromRoot

        findFirstFromRoot, findFromRoot
      • インタフェースから継承されたメソッド org.unlaxer.ParserFinderToChild

        findFirstToChild, findToChild, flatten, flatten
      • インタフェースから継承されたメソッド org.unlaxer.ParserFinderToRoot

        findFirstToParent, findParents, findParents
      • インタフェースから継承されたメソッド org.unlaxer.ParserHierarchy

        getChildOccurs, getChildren, getComputedName, getName, getName, getParent, getParser, getRoot, getSiblings, prepareChildren, setParent
      • インタフェースから継承されたメソッド org.unlaxer.ParserPath

        getNamePath, getNamePath, getNamePath, getParentNamePath, getParentNamePath, getParentPath, getPath, getPath, getPathStream
      • インタフェースから継承されたメソッド org.unlaxer.parser.PropagatableDestination

        getInvertMatchFromParent
      • インタフェースから継承されたメソッド org.unlaxer.RecursiveTaggable

        addTag, addTagRecurcive, addTagRecurciveChildrenOnly, removeTag, removeTagRecurcive, removeTagRecurciveChildrenOnly
      • インタフェースから継承されたメソッド org.unlaxer.Taggable

        addTag, getTags, hasTag, removeTag
    • コンストラクタの詳細

      • Letter

        public Letter()
      • Letter

        public Letter​(org.unlaxer.Name name)