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

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

public final class ALongIntegralType
extends PIntegralType


Constructor Summary
ALongIntegralType()
           
ALongIntegralType(TLong _long_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLong getLong()
           
 void setLong(TLong 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

ALongIntegralType

public ALongIntegralType()

ALongIntegralType

public ALongIntegralType(TLong _long_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLong

public TLong getLong()

setLong

public void setLong(TLong node)

toString

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