Class LabelStatement

  • All Implemented Interfaces:
    Node

    public class LabelStatement
    extends Statement
    Represents a label, which can be put in any Expression context. If it is jumped to, it will get the value provided by the corresponding GotoStatement. Otherwise, it receives the value in defaultValue. If the Type equals Void, no value should be provided.