⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 swfactionblockimpl.java

📁 java和flash混合编程
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    {
        if( acts != null ) acts.call();
    }
    
    public void getVariable() throws IOException
    {
        if( acts != null ) acts.getVariable();
    }
    
    public void setVariable() throws IOException
    {
        if( acts != null ) acts.setVariable();
    }
    
    public void getURL( int sendVars, int loadMode ) throws IOException
    {        
        if( acts != null ) acts.getURL( sendVars, loadMode );
    }
    
    public void gotoFrame( boolean play ) throws IOException
    {
        if( acts != null ) acts.gotoFrame( play );
    }
    
    public void setTarget() throws IOException
    {
        if( acts != null ) acts.setTarget();
    }
    
    public void getProperty() throws IOException
    {
        if( acts != null ) acts.getProperty();
    }
    
    public void setProperty() throws IOException
    {
        if( acts != null ) acts.setProperty();
    }
    
    public void cloneSprite() throws IOException
    {
        if( acts != null ) acts.cloneSprite();
    }
    
    public void removeSprite() throws IOException
    {
        if( acts != null ) acts.removeSprite();
    }
    
    public void startDrag() throws IOException
    {
        if( acts != null ) acts.startDrag();
    }
    
    public void endDrag() throws IOException
    {
        if( acts != null ) acts.endDrag();
    }
    
    public void trace() throws IOException
    {
        if( acts != null ) acts.trace();
    }
    
    public void getTime() throws IOException
    {
        if( acts != null ) acts.getTime();
    }
    
    public void randomNumber() throws IOException
    {
        if( acts != null ) acts.randomNumber();
    }    
    
    public void lookupTable( String[] values ) throws IOException
    {
        if( acts != null ) acts.lookupTable( values );
    }
    
    public void callFunction() throws IOException
    {
        if( acts != null ) acts.callFunction();
    }    
    
    public void callMethod() throws IOException
    {
        if( acts != null ) acts.callMethod();
    }        
    
    public SWFActionBlock startFunction( String name, String[] paramNames ) throws IOException
    {
        if( acts != null ) return acts.startFunction( name, paramNames );
        return null;
    }    
    
    public void comment( String comment ) throws IOException
    {
        if( acts != null ) acts.comment( comment );
    }
    
    public void defineLocalValue() throws IOException
    {
        if( acts != null ) acts.defineLocalValue();
    }    
    
    public void defineLocal() throws IOException
    {
        if( acts != null ) acts.defineLocal();
    }      
    
    public void deleteProperty() throws IOException
    {
        if( acts != null ) acts.deleteProperty();
    }    
    
    public void deleteThreadVars() throws IOException
    {
        if( acts != null ) acts.deleteThreadVars();
    }    
    
    public void enumerate() throws IOException
    {
        if( acts != null ) acts.enumerate();
    }    
    
    public void typedEquals() throws IOException
    {
        if( acts != null ) acts.typedEquals();
    }    
    
    public void getMember() throws IOException
    {
        if( acts != null ) acts.getMember();
    }    
    
    public void initObject() throws IOException
    {
        if( acts != null ) acts.initObject();
    }    
    
    public void newMethod() throws IOException
    {
        if( acts != null ) acts.newMethod();
    }    
    
    public void newObject() throws IOException
    {
        if( acts != null ) acts.newObject();
    }    
    
    public void setMember() throws IOException
    {
        if( acts != null ) acts.setMember();
    }    
    
    public void getTargetPath() throws IOException
    {
        if( acts != null ) acts.getTargetPath();
    }   
    
    public SWFActionBlock startWith() throws IOException
    {       
        if( acts != null ) return acts.startWith();
        return null;
    }   
    
    public void duplicate() throws IOException
    {
        if( acts != null ) acts.duplicate();
    }   
    
    public void returnValue() throws IOException
    {
        if( acts != null ) acts.returnValue();
    }   
    
    public void swap() throws IOException
    {
        if( acts != null ) acts.swap();
    }   
    
    public void storeInRegister( int registerNumber ) throws IOException
    {
        if( acts != null ) acts.storeInRegister( registerNumber );
    }   
    
    public void convertToNumber() throws IOException
    {
        if( acts != null ) acts.convertToNumber();
    }   
    
    public void convertToString() throws IOException
    {
        if( acts != null ) acts.convertToString();
    }   
    
    public void typeOf() throws IOException
    {
        if( acts != null ) acts.typeOf();
    }   
    
    public void typedAdd() throws IOException
    {
        if( acts != null ) acts.typedAdd();
    }   
    
    public void typedLessThan() throws IOException
    {
        if( acts != null ) acts.typedLessThan();
    }   
    
    public void modulo() throws IOException
    {
        if( acts != null ) acts.modulo();
    }   
    
    public void bitAnd() throws IOException
    {
        if( acts != null ) acts.bitAnd();
    }   
    
    public void bitOr() throws IOException
    {
        if( acts != null ) acts.bitOr();
    }   
    
    public void bitXor() throws IOException
    {
        if( acts != null ) acts.bitXor();
    }   
    
    public void shiftLeft() throws IOException
    {
        if( acts != null ) acts.shiftLeft();
    }   
    
    public void shiftRight() throws IOException
    {
        if( acts != null ) acts.shiftRight();
    }   
    
    public void shiftRightUnsigned() throws IOException
    {
        if( acts != null ) acts.shiftRightUnsigned();
    }   
    
    public void decrement() throws IOException
    {
        if( acts != null ) acts.decrement();
    }   
    
    public void increment() throws IOException
    {
        if( acts != null ) acts.increment();
    }   

    public void enumerateObject() throws IOException {
        if( acts != null ) acts.enumerateObject();
    }

    public void greaterThan() throws IOException {
        if( acts != null ) acts.greaterThan();
    }

    public void instanceOf() throws IOException {
        if( acts != null ) acts.instanceOf();
    }

    public void strictEquals() throws IOException {
        if( acts != null ) acts.strictEquals();
    }

    public void stringGreaterThan() throws IOException {
        if( acts != null ) acts.stringGreaterThan();
    }
    
    public void pushUndefined() throws IOException {
        if( acts != null ) acts.pushUndefined();
    }

    public SWFActionBlock startFunction2(String name, int numRegistersToAllocate, int preloadingFlags, String[] paramNames, int[] registersForArguments) throws IOException {
        if( acts != null ) return acts.startFunction2( name, numRegistersToAllocate, preloadingFlags, paramNames, registersForArguments );
        return null;
    }
    
    
    public void _extends() throws IOException {
        if( acts != null ) acts._extends();
    }

    public void _implements() throws IOException {
        if( acts != null ) acts._implements();
    }

    public void _throw() throws IOException {
        if( acts != null ) acts._throw();
    }

    public TryCatchFinally _try( String catchVar ) throws IOException {
        if( acts != null ) return acts._try( catchVar );
        return null;
    }

    public TryCatchFinally _try( int catchReg ) throws IOException {
        if( acts != null ) return acts._try( catchReg );
        return null;
    }
    
    public void cast() throws IOException {
        if( acts != null ) acts.cast();
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -