📄 astselectiontype.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 + -