Class PrefixParser

  • All Implemented Interfaces:
    com.skillw.asahi.api.member.lexer.AsahiLexer , com.skillw.asahi.api.member.namespace.NamespaceHolder

    
    public final class PrefixParser<R extends Object>
     implements AsahiLexer
                        
    Author:

    Glom

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <R extends Any> Quester<R> result(Function1<AsahiContext, R> exec) 结果
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail