Java Doc for SpecificIntegerValue.java in  » Development » proguard » proguard » evaluation » value » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » proguard » proguard.evaluation.value 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   proguard.evaluation.value.Value
      proguard.evaluation.value.Category1Value
         proguard.evaluation.value.IntegerValue
            proguard.evaluation.value.SpecificIntegerValue

SpecificIntegerValue
final class SpecificIntegerValue extends IntegerValue (Code)
This IntegerValue represents a specific integer value.
author:
   Eric Lafortune



Constructor Summary
public  SpecificIntegerValue(int value)
    

Method Summary
public  IntegerValueadd(IntegerValue other)
    
public  IntegerValueadd(SpecificIntegerValue other)
    
public  IntegerValueand(IntegerValue other)
    
public  IntegerValueand(SpecificIntegerValue other)
    
public  IntegerValueconvertToByte(ValueFactory valueFactory)
    
public  IntegerValueconvertToCharacter(ValueFactory valueFactory)
    
public  DoubleValueconvertToDouble(ValueFactory valueFactory)
    
public  FloatValueconvertToFloat(ValueFactory valueFactory)
    
public  IntegerValueconvertToInteger(ValueFactory valueFactory)
    
public  LongValueconvertToLong(ValueFactory valueFactory)
    
public  IntegerValueconvertToShort(ValueFactory valueFactory)
    
public  IntegerValuedivide(IntegerValue other)
    
public  IntegerValuedivide(SpecificIntegerValue other)
    
public  IntegerValuedivideOf(IntegerValue other)
    
public  IntegerValuedivideOf(SpecificIntegerValue other)
    
public  intequal(IntegerValue other)
    
public  intequal(SpecificIntegerValue other)
    
public  booleanequals(Object object)
    
public  IntegerValuegeneralize(IntegerValue other)
    
public  IntegerValuegeneralize(SpecificIntegerValue other)
    
public  inthashCode()
    
public  booleanisSpecific()
    
public  intlessThan(IntegerValue other)
    
public  intlessThan(SpecificIntegerValue other)
    
public  intlessThanOrEqual(IntegerValue other)
    
public  intlessThanOrEqual(SpecificIntegerValue other)
    
public  IntegerValuemultiply(IntegerValue other)
    
public  IntegerValuemultiply(SpecificIntegerValue other)
    
public  IntegerValuenegate()
    
public  IntegerValueor(IntegerValue other)
    
public  IntegerValueor(SpecificIntegerValue other)
    
public  IntegerValueremainder(IntegerValue other)
    
public  IntegerValueremainder(SpecificIntegerValue other)
    
public  IntegerValueremainderOf(IntegerValue other)
    
public  IntegerValueremainderOf(SpecificIntegerValue other)
    
public  IntegerValueshiftLeft(IntegerValue other)
    
public  IntegerValueshiftLeft(SpecificIntegerValue other)
    
public  IntegerValueshiftLeftOf(IntegerValue other)
    
public  LongValueshiftLeftOf(LongValue other)
    
public  IntegerValueshiftLeftOf(SpecificIntegerValue other)
    
public  LongValueshiftLeftOf(SpecificLongValue other, ValueFactory valueFactory)
    
public  IntegerValueshiftRight(IntegerValue other)
    
public  IntegerValueshiftRight(SpecificIntegerValue other)
    
public  IntegerValueshiftRightOf(IntegerValue other)
    
public  LongValueshiftRightOf(LongValue other)
    
public  IntegerValueshiftRightOf(SpecificIntegerValue other)
    
public  LongValueshiftRightOf(SpecificLongValue other, ValueFactory valueFactory)
    
public  IntegerValuesubtract(IntegerValue other)
    
public  IntegerValuesubtract(SpecificIntegerValue other)
    
public  IntegerValuesubtractFrom(IntegerValue other)
    
public  IntegerValuesubtractFrom(SpecificIntegerValue other)
    
public  StringtoString()
    
public  IntegerValueunsignedShiftRight(IntegerValue other)
    
public  IntegerValueunsignedShiftRight(SpecificIntegerValue other)
    
public  IntegerValueunsignedShiftRightOf(IntegerValue other)
    
public  LongValueunsignedShiftRightOf(LongValue other)
    
public  IntegerValueunsignedShiftRightOf(SpecificIntegerValue other)
    
public  LongValueunsignedShiftRightOf(SpecificLongValue other, ValueFactory valueFactory)
    
public  intvalue()
    
public  IntegerValuexor(IntegerValue other)
    
public  IntegerValuexor(SpecificIntegerValue other)
    


Constructor Detail
SpecificIntegerValue
public SpecificIntegerValue(int value)(Code)




Method Detail
add
public IntegerValue add(IntegerValue other)(Code)



add
public IntegerValue add(SpecificIntegerValue other)(Code)



and
public IntegerValue and(IntegerValue other)(Code)



and
public IntegerValue and(SpecificIntegerValue other)(Code)



convertToByte
public IntegerValue convertToByte(ValueFactory valueFactory)(Code)



convertToCharacter
public IntegerValue convertToCharacter(ValueFactory valueFactory)(Code)



convertToDouble
public DoubleValue convertToDouble(ValueFactory valueFactory)(Code)



convertToFloat
public FloatValue convertToFloat(ValueFactory valueFactory)(Code)



convertToInteger
public IntegerValue convertToInteger(ValueFactory valueFactory)(Code)



convertToLong
public LongValue convertToLong(ValueFactory valueFactory)(Code)



convertToShort
public IntegerValue convertToShort(ValueFactory valueFactory)(Code)



divide
public IntegerValue divide(IntegerValue other) throws ArithmeticException(Code)



divide
public IntegerValue divide(SpecificIntegerValue other) throws ArithmeticException(Code)



divideOf
public IntegerValue divideOf(IntegerValue other) throws ArithmeticException(Code)



divideOf
public IntegerValue divideOf(SpecificIntegerValue other) throws ArithmeticException(Code)



equal
public int equal(IntegerValue other)(Code)



equal
public int equal(SpecificIntegerValue other)(Code)



equals
public boolean equals(Object object)(Code)



generalize
public IntegerValue generalize(IntegerValue other)(Code)



generalize
public IntegerValue generalize(SpecificIntegerValue other)(Code)



hashCode
public int hashCode()(Code)



isSpecific
public boolean isSpecific()(Code)



lessThan
public int lessThan(IntegerValue other)(Code)



lessThan
public int lessThan(SpecificIntegerValue other)(Code)



lessThanOrEqual
public int lessThanOrEqual(IntegerValue other)(Code)



lessThanOrEqual
public int lessThanOrEqual(SpecificIntegerValue other)(Code)



multiply
public IntegerValue multiply(IntegerValue other)(Code)



multiply
public IntegerValue multiply(SpecificIntegerValue other)(Code)



negate
public IntegerValue negate()(Code)



or
public IntegerValue or(IntegerValue other)(Code)



or
public IntegerValue or(SpecificIntegerValue other)(Code)



remainder
public IntegerValue remainder(IntegerValue other) throws ArithmeticException(Code)



remainder
public IntegerValue remainder(SpecificIntegerValue other) throws ArithmeticException(Code)



remainderOf
public IntegerValue remainderOf(IntegerValue other) throws ArithmeticException(Code)



remainderOf
public IntegerValue remainderOf(SpecificIntegerValue other) throws ArithmeticException(Code)



shiftLeft
public IntegerValue shiftLeft(IntegerValue other)(Code)



shiftLeft
public IntegerValue shiftLeft(SpecificIntegerValue other)(Code)



shiftLeftOf
public IntegerValue shiftLeftOf(IntegerValue other)(Code)



shiftLeftOf
public LongValue shiftLeftOf(LongValue other)(Code)



shiftLeftOf
public IntegerValue shiftLeftOf(SpecificIntegerValue other)(Code)



shiftLeftOf
public LongValue shiftLeftOf(SpecificLongValue other, ValueFactory valueFactory)(Code)



shiftRight
public IntegerValue shiftRight(IntegerValue other)(Code)



shiftRight
public IntegerValue shiftRight(SpecificIntegerValue other)(Code)



shiftRightOf
public IntegerValue shiftRightOf(IntegerValue other)(Code)



shiftRightOf
public LongValue shiftRightOf(LongValue other)(Code)



shiftRightOf
public IntegerValue shiftRightOf(SpecificIntegerValue other)(Code)



shiftRightOf
public LongValue shiftRightOf(SpecificLongValue other, ValueFactory valueFactory)(Code)



subtract
public IntegerValue subtract(IntegerValue other)(Code)



subtract
public IntegerValue subtract(SpecificIntegerValue other)(Code)



subtractFrom
public IntegerValue subtractFrom(IntegerValue other)(Code)



subtractFrom
public IntegerValue subtractFrom(SpecificIntegerValue other)(Code)



toString
public String toString()(Code)



unsignedShiftRight
public IntegerValue unsignedShiftRight(IntegerValue other)(Code)



unsignedShiftRight
public IntegerValue unsignedShiftRight(SpecificIntegerValue other)(Code)



unsignedShiftRightOf
public IntegerValue unsignedShiftRightOf(IntegerValue other)(Code)



unsignedShiftRightOf
public LongValue unsignedShiftRightOf(LongValue other)(Code)



unsignedShiftRightOf
public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other)(Code)



unsignedShiftRightOf
public LongValue unsignedShiftRightOf(SpecificLongValue other, ValueFactory valueFactory)(Code)



value
public int value()(Code)



xor
public IntegerValue xor(IntegerValue other)(Code)



xor
public IntegerValue xor(SpecificIntegerValue other)(Code)



Methods inherited from proguard.evaluation.value.IntegerValue
public IntegerValue add(IntegerValue other)(Code)(Java Doc)
public IntegerValue add(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue and(IntegerValue other)(Code)(Java Doc)
public IntegerValue and(SpecificIntegerValue other)(Code)(Java Doc)
final public int computationalType()(Code)(Java Doc)
public IntegerValue convertToByte(ValueFactory valueFactory)(Code)(Java Doc)
public IntegerValue convertToCharacter(ValueFactory valueFactory)(Code)(Java Doc)
public DoubleValue convertToDouble(ValueFactory valueFactory)(Code)(Java Doc)
public FloatValue convertToFloat(ValueFactory valueFactory)(Code)(Java Doc)
public LongValue convertToLong(ValueFactory valueFactory)(Code)(Java Doc)
public IntegerValue convertToShort(ValueFactory valueFactory)(Code)(Java Doc)
public IntegerValue divide(IntegerValue other) throws ArithmeticException(Code)(Java Doc)
public IntegerValue divide(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue divideOf(IntegerValue other) throws ArithmeticException(Code)(Java Doc)
public IntegerValue divideOf(SpecificIntegerValue other)(Code)(Java Doc)
public int equal(IntegerValue other)(Code)(Java Doc)
public int equal(SpecificIntegerValue other)(Code)(Java Doc)
public boolean equals(Object object)(Code)(Java Doc)
public IntegerValue generalize(IntegerValue other)(Code)(Java Doc)
public IntegerValue generalize(SpecificIntegerValue other)(Code)(Java Doc)
final public Value generalize(Value other)(Code)(Java Doc)
final public int greaterThan(IntegerValue other)(Code)(Java Doc)
final public int greaterThan(SpecificIntegerValue other)(Code)(Java Doc)
final public int greaterThanOrEqual(IntegerValue other)(Code)(Java Doc)
final public int greaterThanOrEqual(SpecificIntegerValue other)(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public IntegerValue integerValue()(Code)(Java Doc)
final public String internalType()(Code)(Java Doc)
public int lessThan(IntegerValue other)(Code)(Java Doc)
public int lessThan(SpecificIntegerValue other)(Code)(Java Doc)
public int lessThanOrEqual(IntegerValue other)(Code)(Java Doc)
public int lessThanOrEqual(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue multiply(IntegerValue other) throws ArithmeticException(Code)(Java Doc)
public IntegerValue multiply(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue negate()(Code)(Java Doc)
final public int notEqual(IntegerValue other)(Code)(Java Doc)
final public int notEqual(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue or(IntegerValue other)(Code)(Java Doc)
public IntegerValue or(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue remainder(IntegerValue other) throws ArithmeticException(Code)(Java Doc)
public IntegerValue remainder(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue remainderOf(IntegerValue other) throws ArithmeticException(Code)(Java Doc)
public IntegerValue remainderOf(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue shiftLeft(IntegerValue other)(Code)(Java Doc)
public IntegerValue shiftLeft(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue shiftLeftOf(IntegerValue other)(Code)(Java Doc)
public LongValue shiftLeftOf(LongValue other)(Code)(Java Doc)
public IntegerValue shiftLeftOf(SpecificIntegerValue other)(Code)(Java Doc)
public LongValue shiftLeftOf(SpecificLongValue other)(Code)(Java Doc)
public IntegerValue shiftRight(IntegerValue other)(Code)(Java Doc)
public IntegerValue shiftRight(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue shiftRightOf(IntegerValue other)(Code)(Java Doc)
public LongValue shiftRightOf(LongValue other)(Code)(Java Doc)
public IntegerValue shiftRightOf(SpecificIntegerValue other)(Code)(Java Doc)
public LongValue shiftRightOf(SpecificLongValue other)(Code)(Java Doc)
public IntegerValue subtract(IntegerValue other)(Code)(Java Doc)
public IntegerValue subtract(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue subtractFrom(IntegerValue other)(Code)(Java Doc)
public IntegerValue subtractFrom(SpecificIntegerValue other)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public IntegerValue unsignedShiftRight(IntegerValue other)(Code)(Java Doc)
public IntegerValue unsignedShiftRight(SpecificIntegerValue other)(Code)(Java Doc)
public IntegerValue unsignedShiftRightOf(IntegerValue other)(Code)(Java Doc)
public LongValue unsignedShiftRightOf(LongValue other)(Code)(Java Doc)
public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other)(Code)(Java Doc)
public LongValue unsignedShiftRightOf(SpecificLongValue other)(Code)(Java Doc)
public int value()(Code)(Java Doc)
public IntegerValue xor(IntegerValue other)(Code)(Java Doc)
public IntegerValue xor(SpecificIntegerValue other)(Code)(Java Doc)

Methods inherited from proguard.evaluation.value.Category1Value
final public Category1Value category1Value()(Code)(Java Doc)
final public boolean isCategory2()(Code)(Java Doc)

Fields inherited from proguard.evaluation.value.Value
final public static int ALWAYS(Code)(Java Doc)
final public static int MAYBE(Code)(Java Doc)
final public static int NEVER(Code)(Java Doc)
final public static int TYPE_DOUBLE(Code)(Java Doc)
final public static int TYPE_FLOAT(Code)(Java Doc)
final public static int TYPE_INSTRUCTION_OFFSET(Code)(Java Doc)
final public static int TYPE_INTEGER(Code)(Java Doc)
final public static int TYPE_LONG(Code)(Java Doc)
final public static int TYPE_REFERENCE(Code)(Java Doc)
final public static int TYPE_TOP(Code)(Java Doc)

Methods inherited from proguard.evaluation.value.Value
public Category1Value category1Value()(Code)(Java Doc)
public Category2Value category2Value()(Code)(Java Doc)
abstract public int computationalType()(Code)(Java Doc)
public DoubleValue doubleValue()(Code)(Java Doc)
public FloatValue floatValue()(Code)(Java Doc)
abstract public Value generalize(Value other)(Code)(Java Doc)
public InstructionOffsetValue instructionOffsetValue()(Code)(Java Doc)
public IntegerValue integerValue()(Code)(Java Doc)
abstract public String internalType()(Code)(Java Doc)
abstract public boolean isCategory2()(Code)(Java Doc)
public boolean isSpecific()(Code)(Java Doc)
public LongValue longValue()(Code)(Java Doc)
public ReferenceValue referenceValue()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.