org.apache.xalan.xsltc.compiler.util
Class NumberType

java.lang.Object
  |
  +--org.apache.xalan.xsltc.compiler.util.Type
        |
        +--org.apache.xalan.xsltc.compiler.util.NumberType
Direct Known Subclasses:
IntType, RealType

public abstract class NumberType
extends Type


Fields inherited from class org.apache.xalan.xsltc.compiler.util.Type
Attribute, Boolean, Comment, Element, Int, Node, NodeSet, Object, Processing_Instruction, Real, Reference, ResultTree, Root, String, Text, Void
 
Constructor Summary
NumberType()
           
 
Method Summary
 boolean isNumber()
           
 boolean isSimple()
           
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.Type
ADD, CMP, distanceTo, DIV, DUP, GE, getClassName, GT, identicalTo, implementedAsMethod, LE, LOAD, LT, MUL, NEG, newObjectType, newObjectType, POP, REM, STORE, SUB, toJCType, toSignature, toString, translateBox, translateFrom, translateTo, translateTo, translateToDesynthesized, translateToDesynthesized, translateUnBox
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberType

public NumberType()
Method Detail

isNumber

public boolean isNumber()
Overrides:
isNumber in class Type

isSimple

public boolean isSimple()
Overrides:
isSimple in class Type


Copyright © 2006 Apache XML Project. All Rights Reserved.