Class LabelTarget

java.lang.Object
com.strobel.expressions.LabelTarget

public final class LabelTarget extends Object
Used to denote the target of a GotoExpression
  • Field Details

    • _type

      private final Type _type
    • _name

      private final String _name
  • Constructor Details

    • LabelTarget

      LabelTarget(Type type, String name)
  • Method Details

    • getName

      public final String getName()
    • getType

      public final Type getType()
    • toString

      public final String toString()
      Overrides:
      toString in class Object