代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/223358/4811150
cs drawcommand.cs
using System;
using System.Drawing;
namespace UtilityLibrary.Menus
{
internal class DrawCommand
{
// Instance fields
protected int _row;
protected int _col;
protected char _mnemon
www.eeworm.com/read/220677/4839773
java student.java
package testovernet;
import java.io.*;
import java.net.*;
public class Student
implements Serializable {
protected int testNum;
protected int age;
protected int score;
www.eeworm.com/read/220677/4839865
java~1~ questions.java~1~
package testovernet;
public class Questions {
protected int m_QuestionNum;
protected String m_Question;
protected char m_Answer;
public Questions() {
}
public Questions(in
www.eeworm.com/read/220677/4839894
java student.java
package testovernet;
import java.io.*;
import java.net.*;
public class Student
implements Serializable {
protected int testNum;
protected int age;
protected int score;
www.eeworm.com/read/220677/4840014
java~1~ questions.java~1~
package testovernet;
public class Questions {
protected int m_QuestionNum;
protected String m_Question;
protected char m_Answer;
public Questions() {
}
public Questions(in
www.eeworm.com/read/210195/4951794
java studenteo.java
package book.slider;
public class StudentEO {
protected int id;
protected String studentName;
protected String studentClass;
public StudentEO(int id, String stuName, String stuClass)
www.eeworm.com/read/190666/5174759
c visibility10.c
// Build don't link:
// GROUPS passed visibility
struct base
{
protected:
void base_func() {}// ERROR - .*is protected.*
};
struct derived : public base
{
protected:
void der
www.eeworm.com/read/178490/5316207
java studenteo.java
package book.slider;
public class StudentEO {
protected int id;
protected String studentName;
protected String studentClass;
public StudentEO(int id, String stuName, String stuClass)
www.eeworm.com/read/170265/5405680
java abstractmodule.java
package name.lxm.robot.arch;
public abstract class AbstractModule implements Runnable, Module, ValueUpdateListener
{
protected String module_name;
protected ModuleDoc doc;
protected Thread
www.eeworm.com/read/162614/5521417
c visibility10.c
// { dg-do assemble }
// GROUPS passed visibility
struct base
{
protected:
void base_func() {}// { dg-error "" } .*is protected.*
};
struct derived : public base
{
protected: