Home
last modified time | relevance | path

Searched refs:Terminal (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Parser.java89 addChild(new Terminal(name, begin, end)); in terminal()
127 public static class Terminal extends Symbol class in Mf2Parser
129 public Terminal(String name, int begin, int end) in Terminal() method in Mf2Parser.Terminal
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java181 // No out nodes; then it's a "Terminal" operation. in from()
183 return new Operation.Terminal(); in from()
214 private static final class Terminal extends Operation { class in Operation
215 Terminal() { in Terminal() method in Operation.Terminal
/third_party/python/Lib/email/
H A D_header_value_parser.py31 are Terminal objects, which are subclasses of str. These do not correspond
35 All TokenList and Terminal objects have a 'value' attribute, which produces the
43 is preserved in the returned value. Note that in all Terminal strings quoted
46 All TokenList and Terminal objects also have a string value, which attempts to
54 All TokenList and Terminal objects have a 'defects' attribute which is a
58 Terminal notes x.defects == x.all_defects.)
867 # Terminal classes and instances
870 class Terminal(str): class
913 class WhiteSpaceTerminal(Terminal):
923 class ValueTerminal(Terminal)
[all...]

Completed in 5 milliseconds