Class Nodes.InterpolatedStringNodeFlags
java.lang.Object
org.prism.Nodes.InterpolatedStringNodeFlags
- All Implemented Interfaces:
Comparable<Nodes.InterpolatedStringNodeFlags>
- Enclosing class:
Nodes
public static final class Nodes.InterpolatedStringNodeFlags
extends Object
implements Comparable<Nodes.InterpolatedStringNodeFlags>
Flags for interpolated string nodes that indicated mutability if they are also marked as literals.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FROZEN
public static final short FROZEN- See Also:
-
MUTABLE
public static final short MUTABLE- See Also:
-
-
Constructor Details
-
InterpolatedStringNodeFlags
public InterpolatedStringNodeFlags(short flags)
-
-
Method Details
-
isFrozen
public static boolean isFrozen(short flags) -
isMutable
public static boolean isMutable(short flags) -
hashCode
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<Nodes.InterpolatedStringNodeFlags>
-
isFrozen
public boolean isFrozen() -
isMutable
public boolean isMutable()
-