| Home >> All >> com >> k_int >> codec >> [ comp Javadoc ] |
Source code: com/k_int/codec/comp/ASTIntegerType.java
1 /* Generated By:JJTree: Do not edit this line. ASTIntegerType.java */ 2 3 package com.k_int.codec.comp; 4 5 import java.io.File; 6 import java.io.Writer; 7 import java.io.FileWriter; 8 9 public class ASTIntegerType extends SimpleNode { 10 11 public boolean hasnames = false; 12 13 public ASTIntegerType(int id) { 14 super(id); 15 } 16 17 public ASTIntegerType(AsnParser p, int id) { 18 super(p, id); 19 } 20 }