Class ReadOnlySymbol

    • Constructor Detail

      • ReadOnlySymbol

        public ReadOnlySymbol​(java.lang.String strName,
                              IType type,
                              IStackProvider provider,
                              java.lang.Object value)
    • Method Detail

      • isWritable

        public boolean isWritable()
        Description copied from interface: ISymbol
        Returns true if this symbol is writable.

        An example of a symbol that is not writable is a readonly Property referenced as a symbol in a Gosu class.

        Specified by:
        isWritable in interface ISymbol
        Overrides:
        isWritable in class Symbol