com.bluemarsh.jswat.parser.java.node
Class AIntegralTypeNumericType

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PNumericType
              |
              +--com.bluemarsh.jswat.parser.java.node.AIntegralTypeNumericType
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AIntegralTypeNumericType
extends PNumericType


Constructor Summary
AIntegralTypeNumericType()
           
AIntegralTypeNumericType(PIntegralType _integralType_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PIntegralType getIntegralType()
           
 void setIntegralType(PIntegralType node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AIntegralTypeNumericType

public AIntegralTypeNumericType()

AIntegralTypeNumericType

public AIntegralTypeNumericType(PIntegralType _integralType_)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Node

apply

public void apply(Switch sw)

getIntegralType

public PIntegralType getIntegralType()

setIntegralType

public void setIntegralType(PIntegralType node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object