blob: 8d85e8c338e87c0d73108fe1c7bf1b51c31ccf3a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.ecl.debug.model;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Stack Frame</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getFile <em>File</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getLine <em>Line</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getCommand <em>Command</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getVariables <em>Variables</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getColumn <em>Column</em>}</li>
* <li>{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getLength <em>Length</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame()
* @model
* @generated
*/
public interface StackFrame extends EObject {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(int)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Id()
* @model
* @generated
*/
int getId();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(int value);
/**
* Returns the value of the '<em><b>File</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>File</em>' attribute.
* @see #setFile(String)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_File()
* @model
* @generated
*/
String getFile();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getFile <em>File</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>File</em>' attribute.
* @see #getFile()
* @generated
*/
void setFile(String value);
/**
* Returns the value of the '<em><b>Line</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Line</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Line</em>' attribute.
* @see #setLine(int)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Line()
* @model
* @generated
*/
int getLine();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getLine <em>Line</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Line</em>' attribute.
* @see #getLine()
* @generated
*/
void setLine(int value);
/**
* Returns the value of the '<em><b>Command</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Command</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Command</em>' attribute.
* @see #setCommand(String)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Command()
* @model
* @generated
*/
String getCommand();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getCommand <em>Command</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Command</em>' attribute.
* @see #getCommand()
* @generated
*/
void setCommand(String value);
/**
* Returns the value of the '<em><b>Variables</b></em>' reference list.
* The list contents are of type {@link org.eclipse.rcptt.ecl.debug.model.Variable}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Variables</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Variables</em>' reference list.
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Variables()
* @model
* @generated
*/
EList<Variable> getVariables();
/**
* Returns the value of the '<em><b>Column</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Column</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Column</em>' attribute.
* @see #setColumn(int)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Column()
* @model
* @generated
*/
int getColumn();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getColumn <em>Column</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Column</em>' attribute.
* @see #getColumn()
* @generated
*/
void setColumn(int value);
/**
* Returns the value of the '<em><b>Length</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Length</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Length</em>' attribute.
* @see #setLength(int)
* @see org.eclipse.rcptt.ecl.debug.model.ModelPackage#getStackFrame_Length()
* @model
* @generated
*/
int getLength();
/**
* Sets the value of the '{@link org.eclipse.rcptt.ecl.debug.model.StackFrame#getLength <em>Length</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Length</em>' attribute.
* @see #getLength()
* @generated
*/
void setLength(int value);
} // StackFrame