⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 astselectiontype.java

📁 ASN.1工具源代码,包括编译源码生成工具和各种基本类型构造类型的编解码实现代码
💻 JAVA
字号:
/* Generated By:JJTree: Do not edit this line. ASTSelectionType.java */package com.k_int.codec.comp;import java.io.Writer;public class ASTSelectionType extends SimpleNode {  public ASTSelectionType(int id) {    super(id);  }  public ASTSelectionType(AsnParser p, int id) {    super(p, id);  }  public void outputElementEncoderLine(Writer content_encoder,                                       String element_name,                                       int i,                                       boolean optional)  {    // Params for func are :BigInteger component, int tagmode, int tag,     //                      boolean optional, boolean is_explicit, OutputStream out    try    {      content_encoder.write("        // placeholder for outputElementEncoderLine in ASTSelectionType\n");    }    catch ( Exception e )    {      e.printStackTrace();      System.exit(1);    }  }  // public void outputTaggedElementEncoderCall(Writer content_encoder,  //                                            String element_name,  //                                            int tag_class,  //                                            int tag_value,  //                                            boolean optional,  //                                            boolean explicit)  // {    // Params for func are :BigInteger component, int tagmode, int tag,     //                      boolean optional, boolean is_explicit, OutputStream out  //   try  //   {  //     content_encoder.write("        codec.taggedAsnType("+element_name+", "+tag_class+", "+tag_value+", "+optional+", "+explicit+", out);\n");  //   }  //   catch ( Exception e )  //   {  //     e.printStackTrace();  //     System.exit(1);  //   }  // }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -