代码搜索:scope
找到约 10,000 项符合「scope」的源代码
代码结果 10,000
www.eeworm.com/read/323581/3514837
java scope.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
public class Scope
{
/** The enclosing
www.eeworm.com/read/320817/3541282
java scope.java
//Scope.java
//Java中变量的作用域
public class Scope
{
public static void main(String args[])
{
int x = 25;
System.out.println("x="+x);//只有x 有效
{
int y = 36;
Syste
www.eeworm.com/read/318768/3563448
java scope.java
public class Scope
{
public static void main(String[] args)
{
int outer = 1; // Exists throughout the method
{
// You cannot refer to a variable
www.eeworm.com/read/317907/3574568
java scope.java
/*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/314660/3630151
so scope.so
m4_comment([$Id: scope.so,v 10.12 2007/06/14 17:41:59 bostic Exp $])
m4_ref_title(Programmer Notes, m4_db handles,
[m4_db handle @scope, m4_db @free-threaded handles],
program/mt, program/nam
www.eeworm.com/read/304657/3793476
java scope.java
// Copyright (c) 1997, 2004 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecodecvssnap;
public class Scope
{
/** The enclosing scope
www.eeworm.com/read/298327/3867402
hpp scope.hpp
// Copyright (c) 2004 Daniel Wallin and Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "S
www.eeworm.com/read/298327/3867422
cpp scope.cpp
// Copyright (c) 2004 Daniel Wallin and Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "S
www.eeworm.com/read/296353/3904688
java scope.java
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding cop
www.eeworm.com/read/293939/3926853
java scope.java
package com.easyjf.container;
/**
* Bean的类型,主要用来指定Bean的生命周期
*
* @author 大峡
*
*/
public interface Scope {
/**
* 往容器中注册一个Bean
*
* @param name Bean的名称
* @param bean Bean的