Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.codec.comp
Class ASTSignedNumber  view ASTSignedNumber download ASTSignedNumber.java

java.lang.Object
  extended bycom.k_int.codec.comp.SimpleNode
      extended bycom.k_int.codec.comp.ASTSignedNumber
All Implemented Interfaces:
Node

public class ASTSignedNumber
extends SimpleNode


Field Summary
 boolean is_neg
           
 java.lang.String number
           
 
Fields inherited from class com.k_int.codec.comp.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSignedNumber(AsnParser p, int id)
           
ASTSignedNumber(int id)
           
 
Methods inherited from class com.k_int.codec.comp.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, outputJava, pass1, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

number

public java.lang.String number

is_neg

public boolean is_neg
Constructor Detail

ASTSignedNumber

public ASTSignedNumber(int id)

ASTSignedNumber

public ASTSignedNumber(AsnParser p,
                       int id)