com.ibm.wala.cast.tree.impl
Class CAstValueImpl.CAstValueValueImpl

java.lang.Object
  extended by com.ibm.wala.cast.tree.impl.CAstImpl.CAstValueImpl
      extended by com.ibm.wala.cast.tree.impl.CAstValueImpl.CAstValueValueImpl
All Implemented Interfaces:
CAstNode
Enclosing class:
CAstValueImpl

protected static class CAstValueImpl.CAstValueValueImpl
extends CAstImpl.CAstValueImpl


Field Summary
 
Fields inherited from class com.ibm.wala.cast.tree.impl.CAstImpl.CAstValueImpl
value
 
Fields inherited from interface com.ibm.wala.cast.tree.CAstNode
ANDOR_EXPR, ARRAY_LENGTH, ARRAY_LITERAL, ARRAY_REF, ASSERT, ASSIGN, ASSIGN_POST_OP, ASSIGN_PRE_OP, BINARY_EXPR, BLOCK_EXPR, BLOCK_STMT, BREAK, CALL, CAST, CATCH, CHOICE_CASE, CHOICE_EXPR, CONSTANT, CONTINUE, DECL_STMT, EACH_ELEMENT_GET, EACH_ELEMENT_HAS_NEXT, ECHO, EMPTY, EMPTY_LIST_EXPR, ERROR, EXPR_LIST, EXPR_STMT, FUNCTION_EXPR, FUNCTION_STMT, GET_CAUGHT_EXCEPTION, GOTO, IF_EXPR, IF_STMT, IFGOTO, INSTANCEOF, IS_DEFINED_EXPR, LABEL_STMT, LIST_EXPR, LOCAL_SCOPE, LOOP, MONITOR_ENTER, MONITOR_EXIT, NEW, OBJECT_LITERAL, OBJECT_REF, OPERATOR, PRIMITIVE, RETURN, RETURN_WITHOUT_BRANCH, SUB_LANGUAGE_BASE, SUPER, SWITCH, THIS, THROW, TRY, TYPE_LITERAL_EXPR, TYPE_OF, UNARY_EXPR, UNWIND, VAR, VOID
 
Constructor Summary
protected CAstValueImpl.CAstValueValueImpl(java.lang.Object value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class com.ibm.wala.cast.tree.impl.CAstImpl.CAstValueImpl
getChild, getChildCount, getKind, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAstValueImpl.CAstValueValueImpl

protected CAstValueImpl.CAstValueValueImpl(java.lang.Object value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class CAstImpl.CAstValueImpl

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object