Ignore:
Timestamp:
02/11/13 23:15:13 (12 years ago)
Author:
masberg
Message:

Add missing override annotations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.core/src/org/modelica/mdt/core/NoCompiler.java

    r1708 r1710  
    1616class NoCompiler implements IModelicaCompiler
    1717{
     18    @Override
    1819    public String getCompilerName()
    1920    {
     
    2122    }
    2223
     24    @Override
    2325    public IParseResults loadSourceFile(IFile file)
    2426    {
     
    2628    }
    2729   
     30    @Override
    2831    public List getClassNames(String className)
    2932    {
     
    3134    }
    3235   
     36    @Override
    3337    public Collection<ElementInfo> getElements(String className)
    3438    {
     
    3640    }
    3741   
     42    @Override
    3843    public IDefinitionLocation getClassLocation(String className)
    3944    {
     
    4146    }
    4247
     48    @Override
    4349    public Restriction getRestriction(String className)
    4450    {
     
    4652    }
    4753   
     54    @Override
    4855    public String[] getStandardLibrary()
    4956    {
     
    5158    }
    5259   
     60    @Override
    5361    public IClassInfo getClassInfo(String className)
    5462    {
     
    5664    }
    5765   
     66    @Override
    5867    public ICompilerResult getClassString(String className)
    5968    {
     
    6170    }
    6271   
     72    @Override
    6373    public ICompilerResult sendExpression(String command, boolean showInConsole)
    6474    {
     
    6676    }
    6777
     78    @Override
    6879    public boolean isRunning()
    6980    {
     
    7182    }
    7283
     84    @Override
    7385    public void setConsoleOutputStream(OutputStream outputStream)
    7486    {
     
    7688    }
    7789   
     90    @Override
    7891    public ICompilerResult getNthInheritedClass(String className, int n)
    7992    {
     
    8194    }
    8295   
     96    @Override
    8397    public int getInheritanceCount(String className)
    8498    {
     
    86100    }
    87101   
     102    @Override
    88103    public ICompilerResult getNthAlgorithmItem(String className, int n)
    89104    {
     
    91106    }
    92107   
     108    @Override
    93109    public int getAlgorithmItemsCount(String className)
    94110    {
     
    96112    }
    97113   
     114    @Override
    98115    public ICompilerResult getNthEquationItem(String className, int n)
    99116    {
     
    101118    }
    102119   
     120    @Override
    103121    public int getEquationItemsCount(String className)
    104122    {
     
    107125   
    108126   
     127    @Override
    109128    public List getComponents(String className)
    110129    {
     
    112131    }
    113132   
     133    @Override
    114134    public boolean existClass(String className)
    115135    {
     
    117137    }
    118138   
     139    @Override
    119140    public boolean isPackage(String className)
    120141    {
     
    122143    }
    123144   
     145    @Override
    124146    public ICompilerResult getErrorString()
    125147    {
     
    127149    }
    128150   
     151    @Override
    129152    public ICompilerResult loadFile(String classPath) throws ConnectException, UnexpectedReplyException
    130153    {   
     
    132155    }
    133156   
     157    @Override
    134158    public ICompilerResult getSourceFile(String className) throws ConnectException, UnexpectedReplyException
    135159    {   
     
    137161    }
    138162   
     163    @Override
    139164    public List parseFile(String fileName) throws ConnectException, UnexpectedReplyException
    140165    {   
     
    142167    }
    143168   
     169    @Override
    144170    public ICompilerResult getClassRestriction(String className) throws ConnectException, UnexpectedReplyException
    145171    {   
     
    147173    }
    148174   
     175    @Override
    149176    public ICompilerResult getClassComment(String className) throws ConnectException, UnexpectedReplyException
    150177    {   
Note: See TracChangeset for help on using the changeset viewer.