代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/154452/5637339
java str_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* String value as an attribute. It maintains that value in the public
* field str_val.
*
* @s
www.eeworm.com/read/154452/5637340
java int_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* int value as an attribute. It maintains that value in the public
* field int_val.
*
* @see
www.eeworm.com/read/154452/5637341
java double_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* double value as an attribute. It maintains that value in the public
* field int_val.
*
* @s
www.eeworm.com/read/247688/12629641
java interpchain.java
import java.util.*;
//parent class for parsing all
//of the stack configurations.
//The parse method is extended in each subclass.
public abstract class InterpChain implements Chain {
pri
www.eeworm.com/read/300090/13935632
cxx scintillabase.cxx
// Scintilla source code edit control
/** @file ScintillaBase.cxx
** An enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/300090/13935678
h scintillabase.h
// Scintilla source code edit control
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2002 by Neil Hodgson
www.eeworm.com/read/205278/15322290
fd resource.fd
!MS$FREEFORM
! Microsoft Developer Studio generated include file.
! Used by SubClass.rc
!
integer, parameter :: IDD_ABOUTBOX = 100
integer, parameter :: IDR_MAINFRA
www.eeworm.com/read/205278/15322295
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SubClass.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/201859/15394232
java internal_error.java
package java_cup;
/** Exception subclass for reporting internal errors in JavaCup. */
public class internal_error extends Exception
{
/** Constructor with a message */
public internal_erro
www.eeworm.com/read/200306/15435449
java singletestquestionentryframe.java
package olts;
import java.awt.*;
import java.util.*;
import javax.swing.*;
public class SingleTestQuestionEntryFrame extends JInternalFrame{
/**this class is the subclass of the ILTS GUI whi