类 CSharp3Target

    • 构造器详细资料

      • CSharp3Target

        public CSharp3Target()
    • 方法详细资料

      • getTarget64BitStringFromValue

        public java.lang.String getTarget64BitStringFromValue​(long word)
        从类复制的说明: Target
        Convert long to 0xNNNNNNNNNNNNNNNN by default for spitting out with bitsets. I.e., convert bytes to hex string.
        覆盖:
        getTarget64BitStringFromValue 在类中 Target
      • genRecognizerFile

        protected void genRecognizerFile​(Tool tool,
                                         CodeGenerator generator,
                                         Grammar grammar,
                                         org.stringtemplate.v4.ST outputFileST)
                                  throws java.io.IOException
        覆盖:
        genRecognizerFile 在类中 Target
        抛出:
        java.io.IOException