Class CAstSymbolImpl

java.lang.Object
com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
com.ibm.wala.cast.tree.impl.CAstSymbolImpl
All Implemented Interfaces:
CAstSymbol

public class CAstSymbolImpl extends CAstSymbolImplBase
  • Constructor Details

    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type)
    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type, boolean _isFinal)
    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type, boolean _isFinal, boolean _isCaseInsensitive)
    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type, Object _defaultInitValue)
    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type, boolean _isFinal, Object _defaultInitValue)
    • CAstSymbolImpl

      public CAstSymbolImpl(String _name, CAstType type, boolean _isFinal, boolean _isCaseInsensitive, Object _defaultInitValue)
  • Method Details