Class LocalVariable

java.lang.Object
org.fife.rsta.ac.java.rjc.ast.AbstractASTNode
org.fife.rsta.ac.java.rjc.ast.LocalVariable
All Implemented Interfaces:
ASTNode
Direct Known Subclasses:
FormalParameter

public class LocalVariable extends AbstractASTNode
Base class for local variables and formal parameters.
Version:
1.0
  • Field Details

    • isFinal

      private boolean isFinal
    • type

      private Type type
  • Constructor Details

    • LocalVariable

      public LocalVariable(Scanner s, boolean isFinal, Type type, int offs, String name)
  • Method Details

    • getType

      public Type getType()
    • isFinal

      public boolean isFinal()